Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit dccb1ed

Browse files
committedMar 5, 2022·
updates python versions in docs
1 parent a70b643 commit dccb1ed

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed
 

‎docs/guide.rst

+3-3
Original file line numberDiff line numberDiff line change
@@ -157,16 +157,16 @@ This project template supports Python 3.7, 3.8, 3.9, and 3.10.
157157
158158
$ pyenv install 3.7.12
159159
$ pyenv install 3.8.12
160-
$ pyenv install 3.9.9
161-
$ pyenv install 3.10.0
160+
$ pyenv install 3.9.10
161+
$ pyenv install 3.10.2
162162
163163
After creating your project (see :ref:`below <Creating a project>`),
164164
you can make these Python versions accessible in the project directory,
165165
using the following command:
166166

167167
.. code:: console
168168
169-
$ pyenv local 3.10.0 3.9.9 3.8.12 3.7.12
169+
$ pyenv local 3.10.2 3.9.10 3.8.12 3.7.12
170170
171171
The first version listed is the one used when you type plain ``python``.
172172
Every version can be used by invoking ``python<major.minor>``.

0 commit comments

Comments
 (0)
Please sign in to comment.