Add bs4 install

This commit is contained in:
PLUJA 2020-07-13 19:15:19 +02:00 committed by GitHub
parent 3a0d84feb0
commit 63ed5f0f4a
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`
- `pip3 install flask flask-sqlalchemy flask-migrate python-dotenv flask-wtf flask-login email-validator feedparser bs4`
> It may require you to use *sudo*
7. [env] Initialize and prepare the database.
- `flask db init`
@ -58,6 +58,7 @@ It is always recommended to set up a self-hosted instance. It is quite easy and
### Upgrading to new versions:
> This will never delete your database.
#### New versions may require new Python modules. You will se this displayed as an "execution error". Just install the new package. Also, you will see the new needed packages on the [CHANGELOG](CHANGELOG.md)
1. Navigate to the git repository (the one you cloned when installing).
2. Pull new changes:
- `git pull`