add more docs around pip installation

This commit is contained in:
Ch3LL 2017-04-19 14:01:48 -04:00
parent 055a5c2184
commit 80a175aa02
No known key found for this signature in database
GPG key ID: E913CB5901E0C81C

View file

@ -363,9 +363,9 @@ __usage() {
tested with Centos 6 and is considered experimental. This will install the
ius repo on the box if disable repo is false. This must be used in conjunction
with -x <pythonversion>. For example:
sh bootstrap.sh -y -x python2.7 git v2016.11.3
sh bootstrap.sh -P -y -x python2.7 git v2016.11.3
The above will install python27 and install the git version of salt using the
python2.7 executable. This only works for git installations.
python2.7 executable. This only works for git and pip installations.
EOT
} # ---------- end of function __usage ----------