uncloud/nicohack202002/uncloud/README.md

25 lines
261 B
Markdown
Raw Normal View History

2020-02-23 09:31:28 +00:00
## 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
```