mirror of
https://gitlab.com/fabinfra/fabaccess/pyfabapi.git
synced 2025-03-12 14:51:42 +01:00
14 lines
315 B
Markdown
14 lines
315 B
Markdown
|
# 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:
|
||
|
|
||
|
```shell
|
||
|
$ pipenv
|
||
|
```
|