diff --git a/docs/install.md b/docs/install.md index cdf6cd20..6eb4cd5c 100644 --- a/docs/install.md +++ b/docs/install.md @@ -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 diff --git a/pyproject.toml b/pyproject.toml index edae5834..6de6f3cb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,7 +1,7 @@ [project] name = "panpipes" -version = "0.2.0" +version = "0.3.0" authors = [ {name = "Charlotte Rich-Griffin"}, {name = "Fabiola Curion"}