add readme

This commit is contained in:
Nico Schottelius 2020-02-23 10:31:28 +01:00
parent ce0da4b827
commit 7f821b4d5a
1 changed files with 24 additions and 0 deletions

View File

@ -0,0 +1,24 @@
## Install
### OS package requirements
Alpine:
```
apk add openldap-dev
```
### Python requirements
If you prefer using a venv, use:
```
python -m venv venv
. ./venv/bin/activate
```
Then install the requirements
```
pip install -r requirements.txt
```