Merge pull request #4411 from radarhere/installation

Removed mentions of Python 2
This commit is contained in:
Hugo van Kemenade 2020-02-08 06:55:43 +02:00 committed by GitHub
commit 16f87ff8b1

View File

@ -301,10 +301,6 @@ Building on FreeBSD
Make sure you have Python's development libraries installed:: Make sure you have Python's development libraries installed::
sudo pkg install python2
Or for Python 3::
sudo pkg install python3 sudo pkg install python3
Prerequisites are installed on **FreeBSD 10 or 11** with:: Prerequisites are installed on **FreeBSD 10 or 11** with::
@ -322,18 +318,10 @@ development libraries installed.
In Debian or Ubuntu:: In Debian or Ubuntu::
sudo apt-get install python-dev python-setuptools
Or for Python 3::
sudo apt-get install python3-dev python3-setuptools sudo apt-get install python3-dev python3-setuptools
In Fedora, the command is:: In Fedora, the command is::
sudo dnf install python-devel redhat-rpm-config
Or for Python 3::
sudo dnf install python3-devel redhat-rpm-config sudo dnf install python3-devel redhat-rpm-config
.. Note:: ``redhat-rpm-config`` is required on Fedora 23, but not earlier versions. .. Note:: ``redhat-rpm-config`` is required on Fedora 23, but not earlier versions.