Skip to content

AlJohri/nusaferide

Repository files navigation

nusaferide

Usage

workon nusaferide
python scrape2.py
python classify.py
python export_csv.py
RScript analysis.R

Setup

mkvirtualenv nusaferide
pip install -r requirements.txt

Pre-Setup

brew install r mongodb pyenv pyenv-virtualenvwrapper
ln -s /usr/local/opt/mongodb/*.plist ~/Library/LaunchAgents/
launchctl load ~/Library/LaunchAgents/homebrew.mxcl.mongodb.plist
pyenv install 2.7.8
pyenv global 2.7.8

Add this to your rc file

if which pyenv > /dev/null; then eval "$(pyenv init -)"; fi
pyenv virtualenvwrapper

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published