Skip to content

Commit

Permalink
[CE-277] Remove references to pip3
Browse files Browse the repository at this point in the history
Change-Id: Idacf87b5aa8063beeb08b327499f4b0bdce59533
Signed-off-by: Ben Leggett <benjamin.leggett1@t-mobile.com>
  • Loading branch information
Ben Leggett committed Feb 20, 2018
1 parent 389a8e3 commit f24829b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/worker_ansible_howto.md
Original file line number Diff line number Diff line change
Expand Up @@ -117,13 +117,13 @@ modules for that cloud. Here are the steps to install Ansible modules for AWS,
Azure and OpenStack respectively:

AWS:
sudo pip3 install boto boto3
sudo pip install boto boto3

Azure:
sudo pip3 install azure
sudo pip install azure

OpenStack:
sudo pip3 install shade
sudo pip install shade

These modules are used during the [Provision the servers](#provision-the-servers)
step. If you are not running the Ansible agent against a cloud provider, you do
Expand Down

0 comments on commit f24829b

Please sign in to comment.