Skip to content

Commit

Permalink
Renamed environment file in documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
ben-l-p authored Oct 18, 2023
1 parent aace787 commit d1760e2
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions docs/source/content/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,12 +75,10 @@ or running any SHARPy cases.
4. Create the conda environment that SHARPy will use:
```bash
cd sharpy/utils
conda env create -f environment_new.yml
conda env create -f environment.yml
cd ../..
```
This should take approximately 15 minutes to complete (Tested on Ubuntu 22.04.1). We also provide a
lightweight environment with the minimum required dependencies. If you'd like to use it, create the
conda environment using `environment_minimal.yml`.
This should take approximately 15 minutes to complete (Tested on Ubuntu 22.04.1).

5. Activate the `sharpy` conda environment:
```bash
Expand Down Expand Up @@ -158,7 +156,7 @@ to your taste.
2. Create the conda environment that SHARPy will use:
```bash
cd sharpy/utils
conda env create -f environment_new.yml
conda env create -f environment.yml
cd ../..
```

Expand Down

0 comments on commit d1760e2

Please sign in to comment.