File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -301,10 +301,6 @@ Building on FreeBSD
301301
302302Make 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
310306Prerequisites are installed on **FreeBSD 10 or 11 ** with::
@@ -322,18 +318,10 @@ development libraries installed.
322318
323319In 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
331323In 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.
You can’t perform that action at this time.
0 commit comments