Pre-installation: Make sure you have a Python 3 environment with virtualenv installed.
- Create a virtualenv:
python -m virtualenv my_venv_name
cd my_venv_name
- Activate it:
source bin/activate
(POSIX),.\Scripts\activate
(Windows) mkdir src
cd src
and and clone this repo into it (git clone git@github.com:knazran/ilmia-hack.git .
)pip install -r requirements.txt
(may requiresudo
opn POSIX systems)
python manage.py runserver
- Navigate to http://127.0.0.1:8000