Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 427 Bytes

README.md

File metadata and controls

14 lines (10 loc) · 427 Bytes

How to run this tutorial.

It uses mkdocs for documentation. You can follow the below steps to run it in your local system

How to run this

virtualenv venv
source venv/bin/activate
git clone git@github.com:chowmean/python-training-for-devops.git
cd python-training-for-devops
pip install -r requirements.txt
mkdocs serve

Feel free to write to me if you get any errors or you want me to improve on something.