File tree Expand file tree Collapse file tree 1 file changed +12
-1
lines changed Expand file tree Collapse file tree 1 file changed +12
-1
lines changed Original file line number Diff line number Diff 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
1818For an explanation of missing Microsoft Windows and MAC OSX support please
1919check 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
3838environment <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
You can’t perform that action at this time.
0 commit comments