Skip to content

Commit

Permalink
Finalised install guide changes for new environment
Browse files Browse the repository at this point in the history
  • Loading branch information
ben-l-p authored Oct 18, 2023
1 parent 9441349 commit 6bf9a58
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions docs/source/content/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,8 +72,7 @@ or running any SHARPy cases.
conda install python=3.10
```

4. Create the conda environment that SHARPy will use. Change `environment_new.yml` to read `environment_macos.yml`
if you are installing SHARPy on MacOS (Intel), or `environment_macos_arm64.yml` if installing on macOS (Apple Silicon).
4. Create the conda environment that SHARPy will use:
```bash
cd sharpy/utils
conda env create -f environment_new.yml
Expand Down Expand Up @@ -156,8 +155,7 @@ to your taste.
```
This command will check out the `develop` branch and set it to track the remote origin. It will also set the submodules (xbeam and UVLM) to the right commit.
2. Create the conda environment that SHARPy will use. Change `environment_new.yml` to read `environment_macos.yml`
if you are installing SHARPy on MacOS (Intel), or `environment_macos_arm64.yml` if installing on macOS (Apple Silicon).
2. Create the conda environment that SHARPy will use:
```bash
cd sharpy/utils
conda env create -f environment_new.yml
Expand Down

0 comments on commit 6bf9a58

Please sign in to comment.