Installation
pip
{{ my_pip_install_version }}
requirements.txt: pypi
If you need a direct pypi
dependency entry in your requirements.txt
file, you can include an entry like this.
ciscoconfparse2 ==
{{ my_monospace_version }}
{{ version }} is used only as a reference; choose the correct release for your project.
requirements.txt: github
If you need a direct git
dependency entry in your requirements.txt
file, you can include an entry like this (where {{ version }} is a specific
git tag
that you want to reference).
{{ my_git_url_version }}
Footnote
Throughout this installation document, {{ version }} is used only as a reference; choose the correct release for your project.