From d863417939f37b6a3d24841ec1ca7d5886686028 Mon Sep 17 00:00:00 2001 From: Morgan Wattiez Date: Tue, 9 Apr 2019 13:32:57 +0200 Subject: [PATCH] add pip and aws-cli (boto) --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index f9ba604..a73d76a 100644 --- a/README.md +++ b/README.md @@ -30,3 +30,13 @@ defaults write http://com.apple .screencapture location ~/Downloads ### Install NPM dependencies `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`