add pip and aws-cli (boto)

This commit is contained in:
Morgan Wattiez 2019-04-09 13:32:57 +02:00
parent 65e3711c38
commit d863417939

View File

@ -30,3 +30,13 @@ defaults write http://com.apple .screencapture location ~/Downloads
### Install NPM dependencies ### Install NPM dependencies
`npm install -g jira-node-cli` `npm install -g jira-node-cli`
### Install pip
```
sudo easy_install pip
sudo pip install --upgrade pip
sudo pip3 install --upgrade pip
```
### Install AWS-CLI
`pip3 install boto3`