From a8d4aca98d0414fe13a5ae5a5810f352a086b22b Mon Sep 17 00:00:00 2001 From: Andrew Murray Date: Sat, 8 Feb 2020 11:45:51 +1100 Subject: [PATCH] Removed mentions of Python 2 --- docs/installation.rst | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/docs/installation.rst b/docs/installation.rst index a9a528279..48a1283ec 100644 --- a/docs/installation.rst +++ b/docs/installation.rst @@ -301,10 +301,6 @@ Building on FreeBSD Make sure you have Python's development libraries installed:: - sudo pkg install python2 - -Or for Python 3:: - sudo pkg install python3 Prerequisites are installed on **FreeBSD 10 or 11** with:: @@ -322,18 +318,10 @@ development libraries installed. In Debian or Ubuntu:: - sudo apt-get install python-dev python-setuptools - -Or for Python 3:: - sudo apt-get install python3-dev python3-setuptools 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 .. Note:: ``redhat-rpm-config`` is required on Fedora 23, but not earlier versions.