Skip to content

Commit

Permalink
Docs: fixed dependency install command (#12922)
Browse files Browse the repository at this point in the history
  • Loading branch information
wjwatkinson authored May 17, 2022
1 parent 58f20c4 commit 39ab9a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/connector-development/cdk-python/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ Setup a virtual env:
```text
python -m venv .venv
source .venv/bin/activate
pip install -e ".[dev]" # [dev] installs development-only dependencies
pip install -e ".[tests]" # [tests] installs test-only dependencies
```

#### Iteration
Expand Down

0 comments on commit 39ab9a2

Please sign in to comment.