Skip to content

Commit

Permalink
document local environment setup without installing awscli and `bot…
Browse files Browse the repository at this point in the history
…o3` extras
  • Loading branch information
jakob-keller committed Jan 6, 2025
1 parent be832a3 commit 34ea4f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CONTRIBUTING.rst
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ After that, please install libraries required for development::
$ pip install pip-tools
$ pip-compile --all-extras pyproject.toml requirements-dev.in
$ pip-sync
$ pip install -e ".[awscli,boto3]"
$ pip install -e .

Install pre-commit hooks::

Expand Down

0 comments on commit 34ea4f2

Please sign in to comment.