Skip to content

Commit

Permalink
Merge pull request #274 from DendrouLab/bio-la-patch-1
Browse files Browse the repository at this point in the history
Update install.md
  • Loading branch information
bio-la authored Apr 30, 2024
2 parents 8dad1b6 + f61b6b0 commit 7f043d7
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions docs/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,10 @@ pip install 'panpipes[spatial]'
```
The extra `[spatial]` includes the `squidpy`, `cell2location`, and `tangram-sc` packages.

The packages we support are in active development. We provide installation instructions to deal with the issues encountered, which we test in our [github actions](https://github.com/DendrouLab/panpipes)
- To install a version of panpipes that has a working MultiVI please install panpipes with `pip install 'panpipes[multivipatch]'`
- To install a version of panpipes to run old scvi-tools models in the refmap workflow, please install panpipes with `pip install 'panpipes[refmap_old]'`


## Option 2: Install nightly panpipes version with preconfigured conda config file

Expand Down Expand Up @@ -81,6 +85,11 @@ To install the spatial dependencies from the repo, use
pip install .[spatial]
```

The packages we support are in active development. We provide installation instructions to deal with the issues encountered, which we test in our [github actions](https://github.com/DendrouLab/panpipes)
- To install a version of panpipes that has a working MultiVI please install panpipes with `pip install '.[multivipatch]'`
- To install a version of panpipes to run old scvi-tools models in the refmap workflow, please install panpipes with `pip install '.[refmap_old]'`


Panpipes requires the unix package `time`.
You can check if it installed with `dpkg-query -W time`.
If `time` is not already installed, you can install it using:
Expand Down

0 comments on commit 7f043d7

Please sign in to comment.