We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5f8c686 commit 72a75abCopy full SHA for 72a75ab
1 file changed
README.rst
@@ -519,13 +519,13 @@ directory:
519
520
.. code-block:: bash
521
522
+ pyenv install 3.8.x
523
pyenv install 3.7.x
524
pyenv install 3.6.x
- pyenv install 3.5.x
525
cat > .python-version <<EOF
526
+ 3.8.x
527
3.7.x
528
3.6.x
- 3.5.x
529
EOF
530
531
Above, the ``x`` in each case should be replaced with the latest corresponding
0 commit comments