* page sizing changes

* docs
This commit is contained in:
Michael H
2020-01-10 06:43:35 -05:00
committed by GitHub
parent 2bb9b87db9
commit deab24e916
5 changed files with 25 additions and 12 deletions

View File

@@ -38,7 +38,7 @@ to keep it in a location which is easy to type out the path to. From now, we'll
~~~~~~~~~~~~~~~~~~~~~~~~
Create your virtual environment with the following command::
python3.7 -m venv redenv
python3.8 -m venv redenv
And activate it with the following command::
@@ -56,7 +56,7 @@ Continue reading `below <after-activating-virtual-environment>`.
~~~~~~~~~~~~~~~~~~~
Create your virtual environment with the following command::
py -3.7 -m venv redenv
py -3.8 -m venv redenv
And activate it with the following command::
@@ -82,7 +82,7 @@ Using ``pyenv virtualenv``
Using ``pyenv virtualenv`` saves you the headache of remembering where you installed your virtual
environments. If you haven't already, install pyenv with `pyenv-installer`_.
First, ensure your pyenv interpreter is set to python 3.7.0 or greater with the following command::
First, ensure your pyenv interpreter is set to python 3.8.1 or greater with the following command::
pyenv version