Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 12 additions & 1 deletion doc/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ auto-sklearn has the following system requirements:

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

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

Ubuntu installation
===================

To provide install a C++11 building environment and the lateste SWIG
version on Ubuntu, run:

.. code:: bash

sudo apt-get install build-essential swig


Anaconda installation
=====================

Expand Down