Skip to content

Latest commit

 

History

History
36 lines (22 loc) · 856 Bytes

devops-python-tools.md

File metadata and controls

36 lines (22 loc) · 856 Bytes

DevOps-Python-tools

HariSekhon/DevOps-Python-tools

Readme Card

Clone

git clone https://github.com/HariSekhon/DevOps-Python-tools pytools

cd pytools

Make

Then run make to install PyPI dependencies, system packages and pull in Git submodules including HariSekhon/pylib.

make

OR install only the individual bits you need for a specific script you want to run:

pip3 install <python_modules>

Now run whichever script you came for...