We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 159aa24 commit 117dffdCopy full SHA for 117dffd
README.md
@@ -33,18 +33,14 @@ module without external dependencies.
33
34
You can also run the .zip file.
35
36
- python patch-1.15.zip diff.patch
+ python patch-1.16.zip diff.patch
37
38
### Installation
39
40
**patch.py** is self sufficient. You can copy it into your repository
41
and use it from here. This setup will always be repeatable. But if
42
you need to add `patch` module as a dependency, make sure to use strict
43
-specifiers to avoid hitting an API break:
44
-
45
- pip install "patch>=1,<2"
46
47
-With pip 6.x.x and later it is possible to use the alternative syntax:
+specifiers to avoid hitting an API break when version 2 is released:
48
49
pip install "patch==1.*"
50
0 commit comments