diff --git a/README.md b/README.md index 00cd957..63e48d9 100755 --- a/README.md +++ b/README.md @@ -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.