From 2311960560e4fb52b1f63e3f8738caf4232f04cf Mon Sep 17 00:00:00 2001 From: cube Date: Mon, 16 Mar 2026 01:39:00 +0000 Subject: [PATCH] Update README.md --- README.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 1606dbd..687e743 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,10 @@ # myriad -flask app for plurals to publicly share member lists \ No newline at end of file +flask app for plurals to publicly share member lists + +# dev set up + +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 +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` \ No newline at end of file