diff --git a/doc/installation.rst b/doc/installation.rst index dff3cecd36..ed95f4c08f 100644 --- a/doc/installation.rst +++ b/doc/installation.rst @@ -21,8 +21,8 @@ need: * SWIG (`get SWIG here `_). -For an explanation of missing Microsoft Windows and MAC OSX support please -check the Section `Windows/OSX compatibility`_. +For an explanation of missing Microsoft Windows and macOS support please +check the Section `Windows/macOS compatibility`_. Installing auto-sklearn ======================= @@ -101,8 +101,8 @@ for more information about Conda forge check `conda-forge documentations `_. -Windows/OSX compatibility -========================= +Windows/macOS compatibility +=========================== Windows ~~~~~~~ @@ -120,15 +120,15 @@ Possible solutions: * docker image -Mac OSX -~~~~~~~ +macOS +~~~~~ -We currently do not know if *auto-sklearn* works on OSX. There are at least two -issues holding us back from actively supporting OSX: +We currently do not know if *auto-sklearn* works on macOS. There are at least two +issues holding us back from actively supporting macOS: * The ``resource`` module cannot enforce a memory limit on a Python process (see `SMAC3/issues/115 `_). -* Not all dependencies we are using are set up to work on OSX. +* Not all dependencies we are using are set up to work on macOS. In case you're having issues installing the `pyrfr package `_, check out `this installation suggestion on github `_.