- Use interpreter: python3.6+
- Create python virtual environment
- Activate python virtual environment
- Install third-party libs:
pip install -r requirements.txt
- From the project root:
python http_file_to_page.py
- For production use nginx+gunicorn or something similar
- Make sure you've done steps 1-4 from Running web application.\
- From the project root:
python -m pytest tests