From 056ea31581af194971816f4150e4f8c2aa7b000c Mon Sep 17 00:00:00 2001 From: Todd Leonhardt Date: Wed, 14 Jun 2017 20:36:32 -0400 Subject: Updated documentation with info on tab completion of file system paths --- docs/index.rst | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'docs/index.rst') diff --git a/docs/index.rst b/docs/index.rst index 84ba4a92..e89be557 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -35,7 +35,9 @@ The basic use of ``cmd2`` is identical to that of cmd_. The tab-completion feature provided by cmd_ relies on underlying capability provided by GNU readline or an equivalent library. Linux distros will almost always come with the required library installed. - For Mac OS X, we recommend using the `Homebrew `_ package manager to install the ``readline`` package. + For macOS, we recommend using the `Homebrew `_ package manager to install the ``readline`` package; + alternatively for macOS the ``conda`` package manager that comes with the Anaconda Python distro can be used to + install ``readline`` (preferably from conda-forge). For Windows, we recommend installing the `pyreadline `_ Python module. Resources -- cgit v1.2.1