From da9e7d86fc95f36a6ab493a4bdfac79d80c9feec Mon Sep 17 00:00:00 2001 From: Georgiana Elena Date: Fri, 31 Jan 2020 09:22:57 +0200 Subject: [PATCH] Update docs/howto/env/user-environment.rst Co-Authored-By: Yuvi Panda --- docs/howto/env/user-environment.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/howto/env/user-environment.rst b/docs/howto/env/user-environment.rst index 72ef43a..5ea9fcb 100644 --- a/docs/howto/env/user-environment.rst +++ b/docs/howto/env/user-environment.rst @@ -206,4 +206,4 @@ To upgrade the Python version of the user environment, one can: .. code-block:: bash - pip install pip_pkgs.txt + pip install -r pip_pkgs.txt