Skip to content

Commit 5c815c8

Browse files
committed
updating docs
1 parent 8d1399b commit 5c815c8

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

CLAUDE.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ DeepDiff is a Python library for deep comparison, searching, and hashing of Pyth
1616
### Setup
1717
```bash
1818
# Install with all development dependencies
19-
pip install -e ".[cli,coverage,dev,docs,static,test]"
19+
uv pip install -e ".[cli,coverage,dev,docs,static,test]"
2020
# OR using uv (recommended)
2121
uv sync --all-extras
2222
```
@@ -76,4 +76,4 @@ nox
7676
- **Main Branch**: `master` (PRs typically go to `dev` branch)
7777
- **Build System**: Modern `pyproject.toml` with `flit_core`
7878
- **Dependencies**: Core dependency is `orderly-set>=5.4.1,<6`
79-
- **CLI Tool**: Available as `deep` command after installation with `[cli]` extra
79+
- **CLI Tool**: Available as `deep` command after installation with `[cli]` extra

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,7 @@ Please take a look at the [CHANGELOG](CHANGELOG.md) file.
9393

9494
- Method 1: Use [`uv`](https://github.com/astral-sh/uv) to install the dependencies: `uv sync --all-extras`.
9595
- Method 2: Use pip: `pip install -e ".[cli,coverage,dev,docs,static,test]"`
96+
5. Build `flit build`
9697

9798
# Contribute
9899

0 commit comments

Comments
 (0)