Skip to content

Commit

Permalink
Documentation update
Browse files Browse the repository at this point in the history
  • Loading branch information
lemieuxl committed Feb 11, 2021
1 parent b5105bd commit fd4d757
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -293,7 +293,7 @@

# Example configuration for intersphinx: refer to the Python standard library.
intersphinx_mapping = {
'https://docs.python.org/3.4': None,
'https://docs.python.org/3': None,
'numpy': ('http://docs.scipy.org/doc/numpy/', None),
'pandas': ('http://pandas.pydata.org/pandas-docs/stable/', None),
'jinja2': ('http://jinja.pocoo.org/docs', None),
Expand Down
14 changes: 7 additions & 7 deletions docs/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,13 @@ Installation
Requirements
-------------

`genipe` requires a standard Python 3.4 (or latest) installation with the
`genipe` requires a standard Python 3.7 (or latest) installation with the
following modules:

* ``numpy`` version 1.11.3 or latest
* ``jinja2`` version 2.9 or latest
* ``pandas`` version 0.19.2 or latest
* ``setuptools`` version 12.0.5 or latest
* ``numpy``
* ``jinja2``
* ``pandas``
* ``setuptools``

The following modules are optional (required for statistical analysis and data
management):
Expand All @@ -37,7 +37,7 @@ management):

.. note::

Only Python version 3.4 and higher are supported.
Only Python version 3.7 and higher are supported.


.. _install-virt:
Expand All @@ -51,7 +51,7 @@ Using python's pyvenv
^^^^^^^^^^^^^^^^^^^^^^

The following commands should successfully create a virtual environment and
activate it, as long as Python 3.4 (or latest) was previously installed on the
activate it, as long as Python 3.7 (or latest) was previously installed on the
machine.

.. code-block:: bash
Expand Down

0 comments on commit fd4d757

Please sign in to comment.