Jelajahi Sumber

Docs: for the dev setup, always update the depenencies

Enis Afgan 8 tahun lalu
induk
melakukan
e7f64d2fef
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  1. 1 1
      docs/topics/install.rst

+ 1 - 1
docs/topics/install.rst

@@ -34,7 +34,7 @@ To install additional libraries required by CloudBridge contributors, such as
 `tox <https://tox.readthedocs.org/en/latest/>`_, clone the source code
 `tox <https://tox.readthedocs.org/en/latest/>`_, clone the source code
 repository and run the following command from the repository root directory::
 repository and run the following command from the repository root directory::
 
 
-    pip install -e .[dev]
+    pip install -U -e .[dev]
 
 
 ----------
 ----------