Skip to content

Commit c4bb832

Browse files
committed
DOC #1122: clarify installation of python3
1 parent 6431135 commit c4bb832

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/installation.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,12 +44,12 @@ If the ``pip3`` installation command fails, make sure you have the `System requi
4444
Ubuntu installation
4545
===================
4646

47-
To provide a C++11 building environment and the latest SWIG version on Ubuntu,
47+
To provide Python 3, a C++11 building environment and the latest SWIG version on Ubuntu,
4848
run:
4949

5050
.. code:: bash
5151
52-
sudo apt-get install build-essential swig
52+
sudo apt-get install build-essential swig python3-dev
5353
5454
5555
Anaconda installation

0 commit comments

Comments
 (0)