Add requirements
This commit is contained in:
parent
b9ba720798
commit
9134502ec4
1 changed files with 13 additions and 0 deletions
13
README.md
13
README.md
|
@ -2,6 +2,19 @@
|
|||
|
||||
Just a set of helpers small libs to make common tasks easier in my script development.
|
||||
|
||||
## Requirements
|
||||
|
||||
```
|
||||
apt install \
|
||||
gcc \
|
||||
libldap2-dev \
|
||||
libsasl2-dev \
|
||||
libpq-dev \
|
||||
libmariadb-dev \
|
||||
python3 \
|
||||
python3-dev
|
||||
```
|
||||
|
||||
## Installation
|
||||
|
||||
Just run `python setup.py install`
|
||||
|
|
Loading…
Reference in a new issue