Toolkit arround Ansible
Note
You must use a dedicated virtualenv to install this project
- Install build dependencies and package
pip install -r requirements.txt
Note
Need to be done after repository clone and git initialization, to enable project pre-commits
- Install pre-commits
pre-commit install
python setup.py test
python setup.py doc