Skip to content

Commit

Permalink
update installation docs for 1.4.1a1
Browse files Browse the repository at this point in the history
  • Loading branch information
eberrigan committed Jun 3, 2024
1 parent 8a0499b commit 58393f2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -137,13 +137,13 @@ SLEAP can be installed three different ways: via {ref}`conda package<condapackag
**Windows** and **Linux**

```bash
mamba create -y -n sleap -c conda-forge -c nvidia -c sleap -c anaconda sleap=1.3.3
mamba create -y -n sleap -c conda-forge -c nvidia -c sleap -c anaconda sleap=1.4.1a1
```

**Mac OS X** and **Apple Silicon**

```bash
mamba create -y -n sleap -c conda-forge -c anaconda -c sleap sleap=1.3.3
mamba create -y -n sleap -c conda-forge -c anaconda -c sleap sleap=1.4.1a1
```

**This is the recommended installation method**.
Expand Down

0 comments on commit 58393f2

Please sign in to comment.