We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 59f8059 commit ecf5a11Copy full SHA for ecf5a11
docs/index.rst
@@ -35,7 +35,7 @@ The basic use of ``cmd2`` is identical to that of cmd_.
35
36
The tab-completion feature provided by cmd_ relies on underlying capability provided by GNU readline or an
37
equivalent library. Linux distros will almost always come with the required library installed.
38
- For Mac OS X, we recommend installing the `gnureadline <https://pypi.python.org/pypi/gnureadline>`_ Python module.
+ For Mac OS X, we recommend using the `Homebrew <https://brew.sh>`_ package manager to install the ``readline`` package.
39
For Windows, we recommend installing the `pyreadline <https://pypi.python.org/pypi/pyreadline>`_ Python module.
40
41
Resources
0 commit comments