Add separate section to README for Python 3 support

This commit is contained in:
rallytime 2018-06-04 11:18:38 -04:00
parent c136ddfdb9
commit 27d3d9c3e2
No known key found for this signature in database
GPG key ID: E8F1A4B90D0DEA19

View file

@ -277,9 +277,6 @@ Ubuntu and derivatives
- KDE neon (based on Ubuntu 16.04)
- Linux Mint 17/18
- Ubuntu 14.04/16.04 and subsequent non-TLS releases (see below)
- Python3 (see ``-x`` option):
- Ubuntu 16.04
Ubuntu Best Effort Support: Non-LTS Releases
********************************************
@ -313,8 +310,8 @@ UNIX systems
- SmartOS
Unsupported Distro
------------------
Unsupported Distributions
-------------------------
If you are running a Linux distribution that is not supported yet or is not correctly identified,
please run the following commands and report their output when creating an issue:
@ -327,6 +324,22 @@ please run the following commands and report their output when creating an issue
For information on how to add support for a currently unsupported distribution, please refer to the
`Contributing Guidelines`_.
Python 3 Support
----------------
Some distributions support installing Salt to use Python 3 instead of Python 2. The availability of
this offering, while limited, is as follows:
- Ubuntu 16.04
Installing the Python 3 packages for Salt is done via the ``-x`` option:
.. code:: console
sh bootstrap-salt.sh -x python3
See the ``-x`` option for more information.
Testing
-------