Skip to content

Commit

Permalink
v 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
crichgriffin committed Sep 11, 2023
1 parent 7380791 commit 3371f79
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions docs/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,13 @@ Download and install panpipes
pip install panpipes
```

If you intend to use panpies for spatial analysis, instead install:
```
pip install 'panpipes[spatial]'
```
The extra `[spatial]` includes squidpy and cell2location packages.


If you would prefer to use the most recent dev version, install from github
```
git clone https://github.com/DendrouLab/panpipes
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

[project]
name = "panpipes"
version = "0.2.0"
version = "0.3.0"
authors = [
{name = "Charlotte Rich-Griffin"},
{name = "Fabiola Curion"}
Expand Down

0 comments on commit 3371f79

Please sign in to comment.