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
+3-9Lines changed: 3 additions & 9 deletions
Original file line number
Diff line number
Diff line change
@@ -33,24 +33,18 @@ DeepDiff 6-0-0
33
33
34
34
-[Exclude obj callback strict](https://github.com/seperman/deepdiff/pull/320/files) parameter is added to DeepDiff by Mikhail Khviyuzov [mskhviyu](https://github.com/mskhviyu).
35
35
- A fix for diffing using `iterable_compare_func` with nested objects by [dtorres-sf](https://github.com/dtorres-sf) who originally contributed this feature.
36
-
- Temporarily we are publishing DeepDiff under `DeepDiff6` on pypi until further notice.
37
36
38
37
Note: There are no breaking changes in DeepDiff 6 compared to the latest DeepDiff 5 releases.
39
38
40
39
## Installation
41
40
42
41
### Install from PyPi:
43
42
44
-
`pip install deepdiff6`
43
+
`pip install deepdiff`
45
44
46
45
If you want to use DeepDiff from commandline:
47
46
48
-
`pip install "deepdiff6[cli]"`
49
-
50
-
51
-
> Note: Prior to DeepDiff 6, it was published under DeepDiff name on pypi.
52
-
> DeepDiff 6 is being published under DeepDiff6 package name on Pypi temporarily until further notice.
53
-
47
+
`pip install "deepdiff[cli]"`
54
48
55
49
### Importing
56
50
@@ -60,7 +54,7 @@ If you want to use DeepDiff from commandline:
60
54
>>>from deepdiff import DeepHash # For hashing objects based on their contents
61
55
```
62
56
63
-
Note: if you want to use DeepDiff via commandline, make sure to run `pip install "deepdiff6[cli]"`. Then you can access the commands via:
57
+
Note: if you want to use DeepDiff via commandline, make sure to run `pip install "deepdiff[cli]"`. Then you can access the commands via:
0 commit comments