api.pyfabapi/README.md

21 lines
427 B
Markdown
Raw Normal View History

2022-04-28 17:55:41 +02:00
# FabAccess for Python
Small library to give access to the FabAccess API for administration and development
## Setup
Clone this repo with the option `--recursive` for submodules or run `git submodule update --init` if you did not
clone recursively.
2022-04-28 18:07:10 +02:00
### Installing dependencies using pipenv:
2022-04-28 17:55:41 +02:00
```shell
2022-04-28 18:07:10 +02:00
$ pipenv install pycapnp
```
### Installing dependencies natively:
#### Archlinux
```shell
pacman -S python-pycapnp
2022-04-28 17:55:41 +02:00
```