mirror of
https://github.com/saltstack/salt-bootstrap.git
synced 2025-04-17 10:10:25 +00:00
add more docs around pip installation
This commit is contained in:
parent
055a5c2184
commit
80a175aa02
1 changed files with 2 additions and 2 deletions
|
@ -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 ----------
|
||||
|
|
Loading…
Add table
Reference in a new issue