Skip to content

Commit

Permalink
Clarify conda python 3.8 installation (#625)
Browse files Browse the repository at this point in the history
  • Loading branch information
davidmallasen authored Jan 24, 2025
1 parent 01514b8 commit f57464d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions docs/source/GettingStarted/Setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,7 @@ Choose between `2.a` or `2.b` to setup your enviroment.

#### 2.a Miniconda

Install [Miniconda](https://docs.conda.io/en/latest/miniconda.html#linux-installers) python 3.8 version as described in the link,
and create the Conda enviroment:
Install [Miniconda](https://docs.anaconda.com/miniconda/install/#quick-command-line-install) python 3.8 version by downloading an older version and selecting the latest `py38` version [here](https://repo.anaconda.com/miniconda/). Then, create the Conda enviroment:

```bash
make conda
Expand Down

0 comments on commit f57464d

Please sign in to comment.