Skip to content

Commit

Permalink
deploy: 857bcd4
Browse files Browse the repository at this point in the history
  • Loading branch information
roomrys committed Jun 24, 2024
1 parent 1d5d939 commit 6aa6a9e
Show file tree
Hide file tree
Showing 4 changed files with 76 additions and 16 deletions.
32 changes: 32 additions & 0 deletions develop/_sources/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,38 @@

SLEAP can be installed as a Python package on Windows, Linux, and Mac OS.

````{tabs}
```{group-tab} Windows and Linux
```bash
mamba create -y -n sleap -c conda-forge -c nvidia -c sleap -c anaconda sleap=1.4.1a1
```
```{note}
- This comes with CUDA to enable GPU support. All you need is to have an NVIDIA GPU and [updated drivers](https://nvidia.com/drivers).
- If you already have CUDA installed on your system, this will not conflict with it.
- This will also work in CPU mode if you don't have a GPU on your machine.
```
```
```{group-tab} Mac OS
```bash
mamba create -y -n sleap -c conda-forge -c anaconda -c sleap sleap=1.4.1a1
```
```{note}
This will also work in CPU mode if you don't have a GPU on your machine.
```
```
````

The newest version of SLEAP can always be found in the [Releases page](https://github.com/talmolab/sleap/releases).

```{contents} Contents
Expand Down
4 changes: 4 additions & 0 deletions develop/_static/css/tabs.css
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,10 @@
margin: -1px;
background-color: rgb(50, 50, 50);
}

.admonition .sphinx-tabs-tab[aria-selected="true"]:last-child {
margin-bottom: -1px;
}

.sphinx-tabs-tab:focus {
z-index: 1;
Expand Down
4 changes: 4 additions & 0 deletions develop/docs/_static/css/tabs.css
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,10 @@
margin: -1px;
background-color: rgb(50, 50, 50);
}

.admonition .sphinx-tabs-tab[aria-selected="true"]:last-child {
margin-bottom: -1px;
}

.sphinx-tabs-tab:focus {
z-index: 1;
Expand Down
Loading

0 comments on commit 6aa6a9e

Please sign in to comment.