add readme
This commit is contained in:
parent
ce0da4b827
commit
7f821b4d5a
1 changed files with 24 additions and 0 deletions
24
nicohack202002/uncloud/README.md
Normal file
24
nicohack202002/uncloud/README.md
Normal 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
|
||||
```
|
Loading…
Reference in a new issue