Adds a note to bare metal upgrading about removing old dependencies

This commit is contained in:
Trenton H 2023-05-16 11:41:35 -07:00
parent e912185a34
commit a341d005ef

View File

@ -148,6 +148,13 @@ following:
$ pip install -r requirements.txt
```
!!! note
At times, some dependencies will be removed from requirements.txt.
Comparing the versions and removing no longer needed dependencies
will keep your system or virtual environment clean and prevent
possible conflicts.
3. Migrate the database.
```shell-session