Skip to content

Commit b4d1d31

Browse files
nhortonclaude
andcommitted
Update README with PyPI install instructions
Replace editable install instructions with proper PyPI package installation using pipx (recommended), uv tool install, and pip install. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent 2fbbcf6 commit b4d1d31

1 file changed

Lines changed: 6 additions & 3 deletions

File tree

README.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,11 +26,14 @@ DeepWork is a tool for defining and executing multi-step workflows with AI codin
2626
### Install DeepWork
2727

2828
```bash
29-
# Using uv (recommended)
30-
uv pip install -e .
29+
# Using pipx (recommended - isolated environment)
30+
pipx install deepwork
31+
32+
# Or using uv
33+
uv tool install deepwork
3134

3235
# Or using pip
33-
pip install -e .
36+
pip install deepwork
3437
```
3538

3639
### Install in Your Project

0 commit comments

Comments
 (0)