Web interface developed for OGI project
- Make a new virtualenv:
virtualenv -p python venv - Activate the virtualenv:
source venv/bin/activate - Install dependencies from requirements.txt i.e.
pip install {lib name} - Run the server:
python manage.py runserver - Open website in browser at
http://localhost:8000
- Activate the virtualenv:
source venv/bin/activate - Run the server:
python manage.py runserver - Open website in browser at
http://localhost:8000