Update README.md

This commit is contained in:
PLUJA 2020-07-13 19:28:34 +02:00 committed by GitHub
parent 9d77174bf7
commit 1072337dd8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -46,7 +46,7 @@ It is always recommended to set up a self-hosted instance. It is quite easy and
5. [env] Update pip
- `pip install --upgrade pip`
6. [env] Install the dependencies:
- `pip3 install flask flask-sqlalchemy flask-migrate python-dotenv flask-wtf flask-login email-validator feedparser bs4`
- `pip3 install flask flask-sqlalchemy flask-migrate python-dotenv flask-wtf flask-login email-validator feedparser bs4 requests`
> It may require you to use *sudo*
7. [env] Initialize and prepare the database.
- `flask db init`