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 2658c16073
commit 3cdd358fc8

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