summaryrefslogtreecommitdiff
path: root/INSTALL.rst
diff options
context:
space:
mode:
authorMichael Dudyak <mnxoid@gmail.com>2021-08-20 09:55:56 +0200
committerGitHub <noreply@github.com>2021-08-20 09:55:56 +0200
commitdccf8bedf34fced63f1962dd77b58f0da339759c (patch)
tree70c487be751c8681fc19f4004193265b3ffe29b7 /INSTALL.rst
parent5a76cfadcabf37f65f0d70e4c5b7493478b53c2c (diff)
downloadpsutil-dccf8bedf34fced63f1962dd77b58f0da339759c.tar.gz
Minor typo fix (#1982)
Diffstat (limited to 'INSTALL.rst')
-rw-r--r--INSTALL.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/INSTALL.rst b/INSTALL.rst
index 22693b56..c7efea5e 100644
--- a/INSTALL.rst
+++ b/INSTALL.rst
@@ -93,7 +93,7 @@ If you don't have pip you can install with wget::
wget https://bootstrap.pypa.io/get-pip.py -O - | python3
-...ow with curl::
+...or with curl::
python3 < <(curl -s https://bootstrap.pypa.io/get-pip.py)