/devops-python

Python tools for DevOps

Primary LanguageDockerfile

Python DevOps Tools

Creating an environment with conda

🐍🐍🐍

conda create --name devops-python ipython jupyter numpy pandas pyyaml yapf

conda activate devops-python

conda env export --file environment.yml