We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ffea40a commit cdac0a1Copy full SHA for cdac0a1
README.md
@@ -58,7 +58,7 @@ with `USE_SSL=true` enabled). Defaults to `false`.
58
```
59
virtualenv .venv
60
. .venv/bin/activate
61
-pip install --user https://github.com/boto/botocore/archive/v2.zip https://github.com/aws/aws-cli/archive/v2.zip
+pip install https://github.com/boto/botocore/archive/v2.zip https://github.com/aws/aws-cli/archive/v2.zip
62
63
64
## Change Log
0 commit comments