fix manual setup instructions

This commit is contained in:
2024-01-05 14:13:55 -07:00
parent 6f47d91c58
commit a475f0f218

View File

@@ -240,9 +240,12 @@ Run the app:
```commandline ```commandline
sh <(curl https://pkgx.sh) +python.org +virtualenv.pypa.io sh 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 cp data/webpush.db.empty data/webpush.db