Rapid fire todo list for productivity.
- Download pip the package manager.
- Download virtual environment:
pip install virtualenv
-
Activate the virtual environment
virtualevn ENV
In Windows: ENV\Scripts\activate
On Mac/Linux: source ENV/bin/activate
-
Install Dependencies
ENV\Scripts\pip install -r requirements.txt (Mac replace Scripts with bin)
-
From root, ./run.py -- The website is now up and running locally.