diff --git a/README.md b/README.md index 445164a..7361361 100644 --- a/README.md +++ b/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`