You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5-3Lines changed: 5 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -41,11 +41,13 @@ DeepDiff 5-8-0 includes bug fixes and improvements:
41
41
42
42
### Install from PyPi:
43
43
44
-
`pip install deepdiff`
44
+
`pip install deepdiff6`
45
45
46
46
If you want to use DeepDiff from commandline:
47
47
48
-
`pip install "deepdiff[cli]"`
48
+
`pip install "deepdiff6[cli]"`
49
+
50
+
> Note: prior to DeepDiff 6, we used `pip install deepdiff` to install DeepDiff. DeepDiff 6 is being published with a different package name on Pypi temporarily until further notice.
49
51
50
52
### Importing
51
53
@@ -55,7 +57,7 @@ If you want to use DeepDiff from commandline:
55
57
>>>from deepdiff import DeepHash # For hashing objects based on their contents
56
58
```
57
59
58
-
Note: if you want to use DeepDiff via commandline, make sure to run `pip install "deepdiff[cli]"`. Then you can access the commands via:
60
+
Note: if you want to use DeepDiff via commandline, make sure to run `pip install "deepdiff6[cli]"`. Then you can access the commands via:
0 commit comments