Skip to content

Commit a527965

Browse files
committed
updating docs and removing deepdiff6 mention
1 parent 11390f0 commit a527965

File tree

2 files changed

+6
-19
lines changed

2 files changed

+6
-19
lines changed

README.md

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -33,24 +33,18 @@ DeepDiff 6-0-0
3333

3434
- [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).
3535
- 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.
3736

3837
Note: There are no breaking changes in DeepDiff 6 compared to the latest DeepDiff 5 releases.
3938

4039
## Installation
4140

4241
### Install from PyPi:
4342

44-
`pip install deepdiff6`
43+
`pip install deepdiff`
4544

4645
If you want to use DeepDiff from commandline:
4746

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]"`
5448

5549
### Importing
5650

@@ -60,7 +54,7 @@ If you want to use DeepDiff from commandline:
6054
>>> from deepdiff import DeepHash # For hashing objects based on their contents
6155
```
6256

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:
6458

6559
- DeepDiff
6660
- `$ deep diff --help`

docs/index.rst

Lines changed: 3 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -55,8 +55,6 @@ DeepDiff 6-0-0
5555
- A fix for diffing using ``iterable_compare_func`` with nested objects
5656
by `dtorres-sf <https://github.com/dtorres-sf>`__ who originally
5757
contributed this feature.
58-
- Temporarily we are publishing DeepDiff under ``DeepDiff6`` on pypi
59-
until further notice.
6058

6159
Note: There are no breaking changes in DeepDiff 6 compared to the latest DeepDiff 5 releases.
6260

@@ -72,19 +70,14 @@ Installation
7270

7371
Install from PyPi::
7472

75-
pip install deepdiff6
73+
pip install deepdiff
7674

7775
If you want to use DeepDiff from commandline::
7876

79-
pip install "deepdiff6[cli]"
77+
pip install "deepdiff[cli]"
8078

8179
Read about DeepDiff optimizations at :ref:`optimizations_label`
8280

83-
.. note:: Prior to DeepDiff 6, it was published under DeepDiff name on pypi.
84-
85-
DeepDiff 6 is being published under DeepDiff6 package name on Pypi temporarily until further notice.
86-
87-
8881
Importing
8982
~~~~~~~~~
9083

@@ -98,7 +91,7 @@ Importing
9891
9992
10093
.. note:: if you want to use DeepDiff via commandline, make sure to run::
101-
pip install "deepdiff6[cli]"
94+
pip install "deepdiff[cli]"
10295

10396
Then you can access the commands via:
10497

0 commit comments

Comments
 (0)