uncloud-mravi/nicohack202002/uncloud
2020-02-23 11:42:03 +01:00
..
opennebula [opennebula] add json, add helper functions 2020-02-23 11:42:03 +01:00
uncloud Make products available via getattr 2020-02-22 00:22:42 +01:00
uncloud_api Mess with migrations 2020-02-23 11:41:51 +01:00
uncloud_auth Mess with migrations 2020-02-23 11:41:51 +01:00
.gitignore .gitignore & more 2020-02-20 16:55:01 +01:00
manage.py hacking uncloud v202002 2020-02-20 16:52:50 +01:00
README.md add readme 2020-02-23 10:31:28 +01:00
requirements.txt Make products available via getattr 2020-02-22 00:22:42 +01: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