cd ~/.../frontend326
virtualenv -p /usr/bin/python2.7 venv
source venv/bin/activate
or
source venv/bin/activate.csh
pip install -r requirements.txt
python run.py
http://localhost:8080
deactivate
| Name | Name | Last commit date | ||
|---|---|---|---|---|
cd ~/.../frontend326
virtualenv -p /usr/bin/python2.7 venv
source venv/bin/activate
or
source venv/bin/activate.csh
pip install -r requirements.txt
python run.py
http://localhost:8080
deactivate