summaryrefslogtreecommitdiff
path: root/docs/install.rst
diff options
context:
space:
mode:
Diffstat (limited to 'docs/install.rst')
-rw-r--r--docs/install.rst6
1 files changed, 5 insertions, 1 deletions
diff --git a/docs/install.rst b/docs/install.rst
index 6baf4078..120fd3b9 100644
--- a/docs/install.rst
+++ b/docs/install.rst
@@ -98,13 +98,17 @@ either composition or inheritance to achieve the same goal.
This approach will obviously NOT automatically install the required 3rd-party dependencies, so you need to make sure
the following Python packages are installed:
- * pyparsing
+ * attrs
+ * colorama
* pyperclip
On Windows, there is an additional dependency:
* pyreadline
+On macOS or Linux, there is an additional dependency:
+ * wcwidth
+
Upgrading cmd2
--------------