Skip to content

Commit 0f7faf0

Browse files
authored
Merge pull request #279 from rcalsaverini/development
Document how to install swig and c++11 compiler on Ubuntu
2 parents 8cfa03e + 0a1ee30 commit 0f7faf0

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

doc/installation.rst

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ auto-sklearn has the following system requirements:
1313

1414
* Linux operating system (for example Ubuntu),
1515
* Python (>=3.4).
16-
* C++ compiler (with C++11 supports) and SWIG
16+
* C++ compiler (with C++11 supports) and SWIG (version 3.0 or later)
1717

1818
For an explanation of missing Microsoft Windows and MAC OSX support please
1919
check the Section `Windows/OSX compability`_.
@@ -37,6 +37,17 @@ We recommend installing *auto-sklearn* into a `virtual environment
3737
<http://docs.python-guide.org/en/latest/dev/virtualenvs/>`_ or an `Anaconda
3838
environment <https://conda.io/docs/using/envs.html>`_.
3939

40+
Ubuntu installation
41+
===================
42+
43+
To provide install a C++11 building environment and the lateste SWIG
44+
version on Ubuntu, run:
45+
46+
.. code:: bash
47+
48+
sudo apt-get install build-essential swig
49+
50+
4051
Anaconda installation
4152
=====================
4253

0 commit comments

Comments
 (0)