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
No related branches found
No related tags found
2 merge requests!105REL: v0.4.0,!100ENH: add a decorator that adds a path variable
Pipeline #33877 passed
# 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.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment