make build
redo this each time u want to rebuild
- delete the env folder
- In cmd run the following:
py -3.11 -m venv env && env\Scripts\activate && pip install -r requirements.txt
python app.py start_server -c config.py
python app.py refresh_schedules -c config.py