Skip to content

Commit

Permalink
updates python versions in docs (#1168)
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonwashburn authored Mar 5, 2022
1 parent a70b643 commit b2e4298
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/guide.rst
Original file line number Diff line number Diff line change
Expand Up @@ -157,16 +157,16 @@ This project template supports Python 3.7, 3.8, 3.9, and 3.10.
$ pyenv install 3.7.12
$ pyenv install 3.8.12
$ pyenv install 3.9.9
$ pyenv install 3.10.0
$ pyenv install 3.9.10
$ pyenv install 3.10.2
After creating your project (see :ref:`below <Creating a project>`),
you can make these Python versions accessible in the project directory,
using the following command:

.. code:: console
$ pyenv local 3.10.0 3.9.9 3.8.12 3.7.12
$ pyenv local 3.10.2 3.9.10 3.8.12 3.7.12
The first version listed is the one used when you type plain ``python``.
Every version can be used by invoking ``python<major.minor>``.
Expand Down

0 comments on commit b2e4298

Please sign in to comment.