Update README.md

This commit is contained in:
cube
2026-03-16 01:39:43 +00:00
parent 2311960560
commit 7e2c656a2d

View File

@@ -4,7 +4,7 @@ flask app for plurals to publicly share member lists
# dev set up # dev set up
after cloning, run `py -3 -m venv .venv` in the root directory and then `.venv\Scripts\activate` - after cloning, run `py -3 -m venv .venv` in the root directory and then `.venv\Scripts\activate`
then `pip install Flask` inside the virtual env - then `pip install Flask` inside the virtual env
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`