fix manual setup instructions
This commit is contained in:
@@ -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
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user