More info to come...
Requires Python 3.6 or newer.
Navigate to this cloned repository and create a virtual environment:
python -m venv .venv
(or python3
)
Activate it using
- macOS:
source activate .venv
- Linux:
source .venv/bin/activate
- Windows:
.\.venv\Scripts\activate
Install the requirements: pip install -r requirements.txt
If you use an IDE like PyCharm, set the newly created .venv
as Project Interpreter.
python manage.py runserver
starts the Django server at localhost:8000