Update Development setup (Windows)

2026-05-09 13:05:59 +00:00
parent efa596b281
commit 5390d54ec2

@@ -4,7 +4,7 @@
- and then `.venv\Scripts\activate` to activate the virtual environment - and then `.venv\Scripts\activate` to activate the virtual environment
- on windows you might need to do `Set-ExecutionPolicy Unrestricted -Force` first and then activate the virtual environment - on windows you might need to do `Set-ExecutionPolicy Unrestricted -Force` first and then activate the virtual environment
- then `pip install Flask` inside the virtual env - then `pip install Flask` inside the virtual env
- create config.py file and paste the default settings from the readme : in /myriad/instance (you will need to create the instance folder) - create instance folder, and create config.py file inside. paste in the default config from the readme
- you might also need to init a database, so use `flask --app myriad init-db` - you might also need to init a database, so use `flask --app myriad init-db`
- to start the site use `flask --app myriad run --debug` - to start the site use `flask --app myriad run --debug`