From ec9a32983254fef2175ce5a5778ad7a9831fc196 Mon Sep 17 00:00:00 2001 From: florian <f.spreckelsen@inidscale.com> Date: Tue, 21 Feb 2023 16:28:00 +0100 Subject: [PATCH] DOC: Mention PyPi package in INSTALL.md --- INSTALL.md | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/INSTALL.md b/INSTALL.md index 7d21b4b5..ba220626 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. - -- GitLab