Skip to content

Commit

Permalink
Version 0.7.9
Browse files Browse the repository at this point in the history
  • Loading branch information
mpenning committed Mar 6, 2024
1 parent e646033 commit 41c5c03
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions sphinx-doc/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,27 +7,27 @@ Installation
pip
---

``pip install -U ciscoconfparse2 >= 0.7.6``
``pip install -U ciscoconfparse2 >= 0.7.9``

requirements.txt: pypi
----------------------

If you need a direct ``pypi`` dependency entry in your ``requirements.txt``
file, you can include an entry like this.

``ciscoconfparse2 == 0.7.6``
``ciscoconfparse2 == 0.7.9``

``0.7.6`` is used only as a reference; choose the correct release for your
``0.7.9`` 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 ``0.7.6`` is a specific
file, you can include an entry like this (where ``0.7.9`` is a specific
``git tag`` that you want to reference).

``git+https://github.com/mpenning/[email protected].6``
``git+https://github.com/mpenning/[email protected].9``

``0.7.6`` is used only as a reference; choose the correct release for your
``0.7.9`` is used only as a reference; choose the correct release for your
project.

0 comments on commit 41c5c03

Please sign in to comment.