Skip to content
Snippets Groups Projects
Commit ec9a3298 authored by florian's avatar florian
Browse files

DOC: Mention PyPi package in INSTALL.md

parent 75548ffe
Branches
Tags
2 merge requests!105REL: v0.4.0,!100ENH: add a decorator that adds a path variable
Pipeline #33877 passed
# Installation ## # Installation ##
...@@ -41,16 +40,18 @@ installation](#generic-installation). ...@@ -41,16 +40,18 @@ installation](#generic-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 Alternatively, obtain the sources from GitLab and install from there (`git` must
this option): be installed for this option):
```sh ```sh
git clone https://gitlab.com/caosdb/caosdb-crawler git clone https://gitlab.com/caosdb/caosdb-crawler
cd caosdb-crawler cd caosdb-crawler
pip3 install --user . pip3 install --user .
``` ```
**Note**: In the near future, this package will also be made available on PyPi.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment