- Python 3 need to be installed in your computer,
- Install dependencies for the Python environment. The easiest way is to use pip by typing in command line
pip install -r requirements.txt
- Open a terminal, input command:
python manage.py migrate
- Next input command
python manage.py runserver 8000
- Open your web browser, input 127.0.0.1:8000 in the address bar.
- P.S. If you fail running
python manage.py runserver 8000
, try another port numbers, like 8081 or 8080.