How to Install(locally)¶
This will guide you through the local deploy
Prerequisites¶
- Python v.12 >
- Python virtualenv (whichever you prefer)
Quickstart¶
1. Create virtual environment¶
Choose one of the following methods:
2. Activate virtual environment¶
3. Install packages¶
From the root of the project:
4. Start the local server¶
Visit http://localhost:8000 to access the application.
See Configuration for more details.