diff --git a/vignettes/phyloVision.Rmd b/vignettes/phyloVision.Rmd index 7d67b03a..c5891aef 100644 --- a/vignettes/phyloVision.Rmd +++ b/vignettes/phyloVision.Rmd @@ -40,7 +40,7 @@ Once VISION and R are installed, you may load in VISION using `library(VISION)`. To enable the Hotspot analysis below, install it directly from the git repository using the following command: ``` -pip install git+https://github.com/yoseflab/Hotspot.git +pip install hotspotsc==0.9.1 ``` If you are having trouble installing Hotspot, please refer to the documentation website [here](https://yoseflab.github.io/Hotspot/). diff --git a/vignettes/spatialHotspot.Rmd b/vignettes/spatialHotspot.Rmd index 381a71d9..d5f641b0 100644 --- a/vignettes/spatialHotspot.Rmd +++ b/vignettes/spatialHotspot.Rmd @@ -27,7 +27,7 @@ Once VISION and R are installed, you may load in VISION using `library(VISION)`. You'll also need to install Hotspot, which can be installed directly from the git repository using the following command: ``` -pip install git+https://github.com/yoseflab/Hotspot.git +pip install hotspotsc==0.9.1 ``` # Using VISION