Skip to content

Commit

Permalink
Conda pkg installation
Browse files Browse the repository at this point in the history
  • Loading branch information
AlbertDominguez authored Jul 22, 2024
1 parent a26cccd commit b8159d4
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

The documentation of the software can be found [here](https://weigertlab.github.io/spotiflow/).

## Installation
## Installation (pip, recommended)
Create and activate a fresh conda environment (we currently support Python 3.9 to 3.11):

```console
Expand All @@ -43,6 +43,14 @@ Finally, install `spotiflow`:
pip install spotiflow
```

## Installation (conda)
For Linux/MacOS users, you can also install Spotiflow using conda through the `conda-forge` channel:

```console
conda install -c conda-forge spotiflow
```

The conda package is, for now, not CUDA-compatible. We recommend using `pip` to install Spotiflow if available.

## Usage

Expand Down

0 comments on commit b8159d4

Please sign in to comment.