Skip to content

Commit

Permalink
update python version in readme and docs to 3.8
Browse files Browse the repository at this point in the history
  • Loading branch information
kawindme committed Aug 21, 2020
1 parent b272b21 commit 09558fc
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
5 changes: 3 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -37,14 +37,16 @@ How to use viroconcom
---------------------
Requirements
~~~~~~~~~~~~
Make sure you have installed Python `3.7.4`_ by typing
Make sure you have installed Python `3.8` by typing

.. code:: console
python --version
in your `shell`_.

(Older version might work, but are not actively tested)

Consider using the python version management `pyenv`_.


Expand Down Expand Up @@ -128,7 +130,6 @@ This software is licensed under the MIT license. For more information,
read the file `LICENSE`_.

.. _viroconweb: https://github.com/virocon-organization/viroconweb
.. _3.7.4: https://www.python.org/downloads/release/python-374/
.. _shell: https://en.wikipedia.org/wiki/Command-line_interface#Modern_usage_as_an_operating_system_shell
.. _pyenv: https://github.com/pyenv/pyenv
.. _www.python.org: https://www.python.org
Expand Down
5 changes: 3 additions & 2 deletions docs/install.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,16 @@ Installation
************
Requirements
~~~~~~~~~~~~
Make sure you have installed Python `3.7.4`_ by typing
Make sure you have installed Python `3.8` by typing

.. code:: console
python --version
in your `shell`_.

(Older version might work, but are not actively tested)

Consider using the python version management `pyenv`_.


Expand All @@ -30,6 +32,5 @@ by typing
pip install https://github.com/virocon-organization/viroconcom/archive/master.zip
.. _3.7.4: https://www.python.org/downloads/release/python-374
.. _shell: https://en.wikipedia.org/wiki/Command-line_interface#Modern_usage_as_an_operating_system_shell
.. _pyenv: https://github.com/pyenv/pyenv

0 comments on commit 09558fc

Please sign in to comment.