Browse Source

fix manual setup instructions

master
Trent Larson 9 months ago
parent
commit
a475f0f218
  1. 7
      README.md

7
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

Loading…
Cancel
Save