Removing setup.py install instruction from readme

This commit is contained in:
Denis-Cosmin Nutiu 2017-04-21 19:43:56 +03:00
parent 4aadbb39fc
commit f8b8e152c1

View file

@ -22,7 +22,6 @@ Then run:
```bash
pip install -r requirements.txt
python setup.py install
python application.py
```
You may set BSFLASK_ENV environment variable to production, development or testing.