Redirect installation hints to docs.fab-access.org

This commit is contained in:
Mario Voigt 2025-03-03 23:25:43 +00:00
parent 5828b840f0
commit a4ec7b9301

View File

@ -2,20 +2,6 @@
Small library to give access to the FabAccess API for administration and development
## Setup
## Documentation
Clone this repo with the option `--recursive` for submodules or run `git submodule update --init` if you did not
clone recursively.
### Installing dependencies using pipenv:
```shell
$ pipenv install pycapnp
```
### Installing dependencies natively:
#### Archlinux
```shell
pacman -S python-pycapnp
```
Information about installation, usage and tips and tricks can be found at [docs.fab-access.org](https://docs.fab-access.org/books/schnittstellen-und-apis/page/fabaccess-api#bkmrk-pyfabapi).