Skip to content

Commit

Permalink
Update installation instructions in docs to match README
Browse files Browse the repository at this point in the history
  • Loading branch information
jmuhlich authored Jul 22, 2024
1 parent e8828ef commit 69d0514
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/instructions/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@ or [Anaconda](https://www.anaconda.com/products/individual), download the python
3.x version and install. Then, run the following commands from a terminal (Linux/Mac)
or command prompt (Windows):

Create a named conda environment with python 3.7:
Create a named conda environment with python 3.10:
```bash
conda create -y -n ashlar python=3.7
conda create -y -n ashlar python=3.10
```

Activate the conda environment:
Expand Down

0 comments on commit 69d0514

Please sign in to comment.