diff options
author | Todd Leonhardt <todd.leonhardt@gmail.com> | 2017-02-18 11:01:31 -0500 |
---|---|---|
committer | Todd Leonhardt <todd.leonhardt@gmail.com> | 2017-02-18 11:01:31 -0500 |
commit | ad4b3e49f84654f0488a969ae02507fb8096132a (patch) | |
tree | 4c929986c24c6967cb1f02896d7435bc4680843d /docs | |
parent | 626bf68df8ae06f23f2e028f94eeade156cfacb4 (diff) | |
download | cmd2-git-ad4b3e49f84654f0488a969ae02507fb8096132a.tar.gz |
Fixed a minor typo
Diffstat (limited to 'docs')
-rw-r--r-- | docs/install.rst | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/install.rst b/docs/install.rst index 83565730..248d3c3c 100644 --- a/docs/install.rst +++ b/docs/install.rst @@ -18,7 +18,8 @@ install from PyPI_. Depending on how and where you have installed Python on your system and on what OS you are using, you may need to have administrator or root privileges to install Python packages. If this is the case, take the necessary steps - required to run the commands in this section as root/admin, e.g.: on Linux or Mac preceded them with ``sudo``:: + required to run the commands in this section as root/admin, e.g.: on most Linux or Mac systems, you can precede them + with ``sudo``:: sudo pip install <package_name> |