Use python3 instead of python

This commit is contained in:
Gilles Debunne 2020-04-22 16:10:19 +02:00 committed by Pedro Algarvio
parent 0f80c90dbb
commit 9dd552cbb3
No known key found for this signature in database
GPG key ID: BB36BF6584A298FF

View file

@ -156,7 +156,7 @@ or with python version 3:
.. code:: console
python -c 'import urllib.request; print(urllib.request.urlopen("https://bootstrap.saltstack.com").read().decode("ascii"))' > bootstrap-salt.sh
python3 -c 'import urllib.request; print(urllib.request.urlopen("https://bootstrap.saltstack.com").read().decode("ascii"))' > bootstrap-salt.sh
Install using fetch
~~~~~~~~~~~~~~~~~~~