-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
6 changed files
with
9 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -16,27 +16,27 @@ Tests pass on the latest OSX without doing this, but to get ``scrypt`` to instal | |
pip | ||
--- | ||
|
||
``pip install -U ciscoconfparse2 >= 0.6.7`` | ||
``pip install -U ciscoconfparse2 >= 0.7.1`` | ||
|
||
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.0`` | ||
``ciscoconfparse2 == 0.7.1`` | ||
|
||
``0.7.0`` is used only as a reference; choose the correct release for your | ||
``0.7.1`` 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.6.7`` is a specific | ||
file, you can include an entry like this (where ``0.7.1`` is a specific | ||
``git tag`` that you want to reference). | ||
|
||
``git+https://github.com/mpenning/[email protected].0`` | ||
``git+https://github.com/mpenning/[email protected].1`` | ||
|
||
``0.7.0`` is used only as a reference; choose the correct release for your | ||
``0.7.1`` is used only as a reference; choose the correct release for your | ||
project. |