summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorTodd Leonhardt <todd.leonhardt@gmail.com>2021-02-20 20:19:23 -0500
committerTodd Leonhardt <todd.leonhardt@gmail.com>2021-02-20 20:19:23 -0500
commit67ea0627879e10e47380482156b1421862e3c956 (patch)
tree6539268b30382d59d5d77fbc1b36e8e4daecbc92 /docs
parenta7119e1b26a8bae531b118b7cb8c4b195f731df6 (diff)
downloadcmd2-git-67ea0627879e10e47380482156b1421862e3c956.tar.gz
Deprecate Python 3.5
Diffstat (limited to 'docs')
-rw-r--r--docs/features/embedded_python_shells.rst7
-rw-r--r--docs/overview/installation.rst4
2 files changed, 7 insertions, 4 deletions
diff --git a/docs/features/embedded_python_shells.rst b/docs/features/embedded_python_shells.rst
index 70765b21..8ff65ffe 100644
--- a/docs/features/embedded_python_shells.rst
+++ b/docs/features/embedded_python_shells.rst
@@ -28,9 +28,12 @@ More Python examples:
(Cmd) py print("-".join("spelling"))
s-p-e-l-l-i-n-g
(Cmd) py
- Python 3.5.3 (default, Jan 19 2017, 14:11:04)
- [GCC 6.3.0 20170118] on linux
+ Python 3.9.0 (default, Nov 11 2020, 21:21:51)
+ [Clang 12.0.0 (clang-1200.0.32.21)] on darwin
Type "help", "copyright", "credits" or "license" for more information.
+
+ End with `Ctrl-D` (Unix) / `Ctrl-Z` (Windows), `quit()`, `exit()`.
+ Non-Python commands can be issued with: app("your command")
(CmdLineApp)
End with `Ctrl-D` (Unix) / `Ctrl-Z` (Windows), `quit()`, `exit()`.
diff --git a/docs/overview/installation.rst b/docs/overview/installation.rst
index 6080fe90..a98fef52 100644
--- a/docs/overview/installation.rst
+++ b/docs/overview/installation.rst
@@ -7,7 +7,7 @@ Installation Instructions
.. _setuptools: https://pypi.org/project/setuptools
.. _PyPI: https://pypi.org
-``cmd2`` works on Linux, macOS, and Windows. It requires Python 3.5 or
+``cmd2`` works on Linux, macOS, and Windows. It requires Python 3.6 or
higher, pip_, and setuptools_. If you've got all that, then you can just:
.. code-block:: shell
@@ -30,7 +30,7 @@ higher, pip_, and setuptools_. If you've got all that, then you can just:
Prerequisites
-------------
-If you have Python 3 >=3.5 installed from `python.org
+If you have Python 3 >=3.6 installed from `python.org
<https://www.python.org>`_, you will already have pip_ and setuptools_, but may
need to upgrade to the latest versions: