Change pip install instruction in doc
This commit is contained in:
parent
3782822a90
commit
ea7ecbfc6d
2 changed files with 2 additions and 2 deletions
|
@ -9,7 +9,7 @@ Create a virtual environment
|
||||||
|
|
||||||
Install dependencies and project
|
Install dependencies and project
|
||||||
|
|
||||||
pip install umap
|
pip install umap-project
|
||||||
|
|
||||||
Create a default local settings file
|
Create a default local settings file
|
||||||
|
|
||||||
|
|
|
@ -60,7 +60,7 @@ you will need to run again this last line.*
|
||||||
|
|
||||||
## Install umap
|
## Install umap
|
||||||
|
|
||||||
pip install git+https://github.com/umap-project/umap
|
pip install umap-project
|
||||||
|
|
||||||
|
|
||||||
## Create a local configuration file
|
## Create a local configuration file
|
||||||
|
|
Loading…
Reference in a new issue