Skip to content

Commit

Permalink
update installation documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
stephprince committed Nov 25, 2024
1 parent 52a10b2 commit bcfb5f1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions docs/source/install_developers.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Installing PyNWB for Developers

PyNWB has the following minimum requirements, which must be installed before you can get started using PyNWB.

#. Python 3.8, 3.9, 3.10, or 3.11
#. Python 3.9, 3.10, 3.11, 3.12, or 3.13
#. pip


Expand Down Expand Up @@ -54,11 +54,11 @@ Option 2: Using conda
^^^^^^^^^^^^^^^^^^^^^

First, install Anaconda_ to install the ``conda`` tool. Then create and
activate a new virtual environment called "venv" with Python 3.8 installed.
activate a new virtual environment called "venv" with Python 3.9 installed.

.. code:: bash
conda create --name venv python=3.8
conda create --name venv python=3.9
conda activate venv
Similar to a virtual environment created with ``virtualenv``, a conda environment
Expand Down
2 changes: 1 addition & 1 deletion docs/source/install_users.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Installing PyNWB

PyNWB has the following minimum requirements, which must be installed before you can get started using PyNWB.

#. Python 3.8, 3.9, 3.10, or 3.11
#. Python 3.9, 3.10, 3.11, 3.12, or 3.13
#. pip

.. note:: If you are a developer then please see the :ref:`install_developers` installation instructions instead.
Expand Down

0 comments on commit bcfb5f1

Please sign in to comment.