Closed cds-amal closed 5 years ago
@bmadhusu Can you help document some of the steps we covered getting your environment ready?
@kiddle , can you take a look at this and correct, edit, etc?
After installing virtualenv and virtualenvwrapper using pip commands, you can now have multiple python environments on the same machine.
In your .bash_profile file, add the following lines:
export WORKON_HOME=~/python_envs
[or whatever you called your folder]
source /usr/local/bin/virtualenvwrapper.sh
Execute "git clone https://github.com/CityOfNewYork/CROL-Parsing.git
You should now have both Parsing and Schema folders under python_envs/crow
Development Environment readme needs to be updated