Created
March 21, 2021 12:09
-
-
Save anamorph/46039fa8a4e2c1ac96875bd435a9f681 to your computer and use it in GitHub Desktop.
Installing AWS CLI v2 on raspian
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
pip3 install https://github.com/boto/botocore/zipball/v2#egg=botocore --upgrade | |
pip3 install -r requirements.txt | |
pip3 install . |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment