summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authornicolargo <nicolas@nicolargo.com>2022-07-05 10:51:36 +0200
committernicolargo <nicolas@nicolargo.com>2022-07-05 10:51:36 +0200
commit8a617c5276768dc1fa7bde8eb445ba4944813947 (patch)
tree41fefcec6dcf75460f36ecd34e4b867a55d4443b
parent533824dc7e5754b0406ed6ac5a738d84ee4efa4a (diff)
Add quote to the update command line (already ok for the installation). Related to #2073
-rw-r--r--README.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.rst b/README.rst
index c06a4206..fb8e5607 100644
--- a/README.rst
+++ b/README.rst
@@ -150,7 +150,7 @@ To upgrade Glances to the latest version:
.. code-block:: console
pip install --user --upgrade glances
- pip install --user --upgrade glances[...]
+ pip install --user --upgrade 'glances[...]''
If you need to install Glances in a specific user location, use: