readme update

main
simp 2025-05-26 12:06:44 -04:00
parent 6c450f8ca4
commit 8937de048b
1 changed files with 1 additions and 2 deletions

View File

@ -23,8 +23,7 @@ Activate the environment, then run `pip3 install -r requirements.txt`
Something like this should work:
git clone --config http.proxy=127.0.0.1:4444 http://git.simp.i2p/simp/i2pnews.git && cd i2pnews
python3 -m venv ./ && cd bin && source activate && cd .. && pip3 install -r requirements.txt
git clone --config http.proxy=127.0.0.1:4444 http://git.simp.i2p/simp/i2pnews.git && cd i2pnews && python3 -m venv ./ && cd bin && source activate && cd .. && pip3 install -r requirements.txt
After requirements are installed, while in your venv running `python3 wsgi.py` should work, which will run gunicorn. Running `python3 app.py` will just run the flask app withou gunicorn. Useful for debugging not much else.