From a475f0f2181c1f7054e7eb5a65e2d5a15828178f Mon Sep 17 00:00:00 2001 From: Trent Larson Date: Fri, 5 Jan 2024 14:13:55 -0700 Subject: [PATCH] fix manual setup instructions --- README.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 84e3747..8b874fe 100644 --- a/README.md +++ b/README.md @@ -240,9 +240,12 @@ Run the app: ```commandline sh <(curl https://pkgx.sh) +python.org +virtualenv.pypa.io sh -pip install gunicorn +python -m venv . -source venv/bin/activate +source bin/activate + +# first time +pip install -r requirements.txt cp data/webpush.db.empty data/webpush.db