diff --git a/docs/administration.md b/docs/administration.md index 46d6aaaaa..0f1a6a43f 100644 --- a/docs/administration.md +++ b/docs/administration.md @@ -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