Skip to content

Commit

Permalink
Merge pull request #395 from NREL/main
Browse files Browse the repository at this point in the history
Backmerging main
  • Loading branch information
johnjasa authored Oct 28, 2024
2 parents 3ce263e + 93fca43 commit 4731588
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ solar and storage.
3. Create a new virtual environment and change to it. Using Conda and naming it 'hopp':

```bash
conda create --name hopp python=3.8 -y
conda create --name hopp python=3.11 -y
conda activate hopp
```

Expand Down
2 changes: 1 addition & 1 deletion docs/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ included with the Anaconda distribution of Python. A conda environment can be se

.. code-block::
conda create --name <your_env_name> python=3.8 -y
conda create --name <your_env_name> python=3.11 -y
conda activate <your_env_name>
Where ``your_env_name`` corresponds to the name you wish to call your *conda* environment.
Expand Down

0 comments on commit 4731588

Please sign in to comment.