diff options
Diffstat (limited to 'docs/overview/installation.rst')
-rw-r--r-- | docs/overview/installation.rst | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/docs/overview/installation.rst b/docs/overview/installation.rst index fc44e740..9f1209b6 100644 --- a/docs/overview/installation.rst +++ b/docs/overview/installation.rst @@ -104,7 +104,8 @@ Upgrade an already installed ``cmd2`` to the latest version from PyPI_:: pip install -U cmd2 -This will upgrade to the newest stable version of ``cmd2`` and will also upgrade any dependencies if necessary. +This will upgrade to the newest stable version of ``cmd2`` and will also +upgrade any dependencies if necessary. Uninstalling cmd2 @@ -121,8 +122,8 @@ macOS comes with the `libedit <http://thrysoee.dk/editline/>`_ library which is similar, but not identical, to GNU Readline. Tab-completion for ``cmd2`` applications is only tested against GNU Readline. -There are several ways GNU Readline can be installed within a Python environment -on a Mac, detailed in the following subsections. +There are several ways GNU Readline can be installed within a Python +environment on a Mac, detailed in the following subsections. gnureadline Python module |