From 34ea4f2843641f728be6a069fc19bac1f53d0f60 Mon Sep 17 00:00:00 2001 From: Jakob Keller <57402305+jakob-keller@users.noreply.github.com> Date: Sun, 29 Dec 2024 22:02:03 +0100 Subject: [PATCH] document local environment setup without installing `awscli` and `boto3` extras --- CONTRIBUTING.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.rst b/CONTRIBUTING.rst index 9e622441..8b03b903 100644 --- a/CONTRIBUTING.rst +++ b/CONTRIBUTING.rst @@ -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::