api.pyfabapi/README.md
Nadja Reitzenstein 64a3e8b9b2 updates part 2
2022-04-28 18:07:10 +02:00

427 B

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.

Installing dependencies using pipenv:

$ pipenv install pycapnp

Installing dependencies natively:

Archlinux

pacman -S python-pycapnp