forked from aheiss1/flux-capacitor
-
Notifications
You must be signed in to change notification settings - Fork 0
Installing
Curt Hostetter edited this page Nov 29, 2016
·
1 revision
###Prerequisites
- Python version 3.4+
- Pip3
##For Use:
- Clone the repository in a directory
- Navigate to your directory in the terminal
- Execute
python3 setup.py install
##For Development:
- We request all developers of watershed setup a virtual environment when developing
- Install virtualenv using
pip3 install virtualenv
- Create a Virtual Environment using
virtualenv venv. This outputs a folder venv which contains the virtual environment files - Switch to the virtual environment using
source venv/bin/activate
- If you are using csh or fish, use
activate.cshoractivate.fish
- Clone the repository in a separate directory from your virtual environment
- Execute
python3 setup.py developinside the directory - You may now freely modify code within watershed