Skip to content

Commit a8d4aca

Browse files
committed
Removed mentions of Python 2
1 parent d9e6abf commit a8d4aca

1 file changed

Lines changed: 0 additions & 12 deletions

File tree

docs/installation.rst

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -301,10 +301,6 @@ Building on FreeBSD
301301

302302
Make sure you have Python's development libraries installed::
303303

304-
sudo pkg install python2
305-
306-
Or for Python 3::
307-
308304
sudo pkg install python3
309305

310306
Prerequisites are installed on **FreeBSD 10 or 11** with::
@@ -322,18 +318,10 @@ development libraries installed.
322318

323319
In Debian or Ubuntu::
324320

325-
sudo apt-get install python-dev python-setuptools
326-
327-
Or for Python 3::
328-
329321
sudo apt-get install python3-dev python3-setuptools
330322

331323
In Fedora, the command is::
332324

333-
sudo dnf install python-devel redhat-rpm-config
334-
335-
Or for Python 3::
336-
337325
sudo dnf install python3-devel redhat-rpm-config
338326

339327
.. Note:: ``redhat-rpm-config`` is required on Fedora 23, but not earlier versions.

0 commit comments

Comments
 (0)