Skip to content

Commit

Permalink
Update Getting Started Documentation (#1507)
Browse files Browse the repository at this point in the history
* Replaces instances of python 3.8 with 3.9

* Update docs/getting_started.rst

Co-authored-by: Ludovico Bianchi <lbianchi@lbl.gov>

* Update docs/getting_started.rst

Co-authored-by: Ludovico Bianchi <lbianchi@lbl.gov>

* Update docs/getting_started.rst

Co-authored-by: Ludovico Bianchi <lbianchi@lbl.gov>

---------

Co-authored-by: Ludovico Bianchi <lbianchi@lbl.gov>
  • Loading branch information
MarcusHolly and lbianchi-lbl authored Oct 10, 2024
1 parent b27f929 commit c012a8a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/getting_started.rst
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Create a Conda environment (in this example, named ``watertap``) where WaterTAP

.. code-block:: shell
conda create --name watertap --yes python=3.8 pip=21.1
conda create --name watertap --yes python=3.11
Activate the ``watertap`` environment using the command given below. If the environment was activated successfully, the environment's name will be displayed in the terminal prompt such as ``(watertap) project-directory $``.

Expand Down Expand Up @@ -58,7 +58,7 @@ Create a Conda environment (in this example, named ``watertap``) where WaterTAP

.. code-block:: shell
conda create --name watertap --yes python=3.8 pip=21.1
conda create --name watertap --yes python=3.11
Activate the ``watertap`` environment using the command given below. If the environment was activated successfully, the environment's name will be displayed in the terminal prompt such as ``(watertap) project-directory $``.

Expand Down Expand Up @@ -143,7 +143,7 @@ Create a Conda environment (in this example, named ``watertap-dev``) where Water

.. code-block:: shell
conda create --name watertap-dev --yes python=3.8 pip=21.1 && conda activate watertap-dev
conda create --name watertap-dev --yes python=3.11 && conda activate watertap-dev
Clone the WaterTAP repository to your local development machine using ``git clone``, then enter the newly created ``watertap`` subdirectory:

Expand Down

0 comments on commit c012a8a

Please sign in to comment.