Update README.md
This commit is contained in:
parent
2765206b94
commit
d37312bf8d
1 changed files with 1 additions and 1 deletions
|
|
@ -17,7 +17,7 @@
|
||||||
### App config
|
### App config
|
||||||
1. Edit .env and fill in the details
|
1. Edit .env and fill in the details
|
||||||
2. ```apt install -y gunicorn python3 python3-jinja2 python3-flask python3-gunicorn python3-dotenv python3-requests python3-flask python3-matplotlib python3-networkx```
|
2. ```apt install -y gunicorn python3 python3-jinja2 python3-flask python3-gunicorn python3-dotenv python3-requests python3-flask python3-matplotlib python3-networkx```
|
||||||
3. ```python3 -m -w 4 -b 0.0.0.0:5000 app:app```
|
3. ```gunicorn -w 4 -b 0.0.0.0:5000 app:app```
|
||||||
|
|
||||||
## License
|
## License
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue