diff --git a/INSTALL.md b/INSTALL.md index 7d21b4b5b20a6eaa33ec713a5feacc0402adec52..ba220626460c559aeded69d360c85917e0c78066 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -1,4 +1,3 @@ - # Installation ## @@ -41,16 +40,18 @@ installation](#generic-installation). ## Generic installation #### ---- +The CaosDB crawler is available as [PyPi +package](https://pypi.org/project/caoscrawler/) and can simply installed by + +```sh +pip3 install caoscrawler +``` -Obtain the sources from GitLab and install from there (`git` must be installed for -this option): +Alternatively, obtain the sources from GitLab and install from there (`git` must +be installed for this option): ```sh git clone https://gitlab.com/caosdb/caosdb-crawler cd caosdb-crawler pip3 install --user . ``` - -**Note**: In the near future, this package will also be made available on PyPi. -