Skip to content

Commit 34ea4f2

Browse files
committed
document local environment setup without installing awscli and boto3 extras
1 parent be832a3 commit 34ea4f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CONTRIBUTING.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ After that, please install libraries required for development::
2525
$ pip install pip-tools
2626
$ pip-compile --all-extras pyproject.toml requirements-dev.in
2727
$ pip-sync
28-
$ pip install -e ".[awscli,boto3]"
28+
$ pip install -e .
2929

3030
Install pre-commit hooks::
3131

0 commit comments

Comments
 (0)