Skip to content

Commit

Permalink
added a note about the C++ Compiler
Browse files Browse the repository at this point in the history
  • Loading branch information
joaquinvanschoren committed Feb 28, 2018
1 parent fbb4a57 commit 36c55f5
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 12 deletions.
13 changes: 6 additions & 7 deletions 00 - Prerequisites.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -167,19 +167,18 @@
},
"source": [
"### Installing OpenML\n",
"OpenML is used to easily import datasets and share models and experiments. You can install OpenML the normal way:\n",
"```\n",
" pip install openml \n",
"```\n",
"\n",
"However, it is recommended to install the latest version via GitHub instead, including the ARFF reader.\n",
"OpenML is used to easily import datasets and share models and experiments. It is recommended to install \n",
"the latest version via GitHub, including the ARFF reader.\n",
"With git installed, run the following:\n",
"```\n",
" pip install git+https://github.com/renatopp/liac-arff@master \n",
" pip install git+https://github.com/openml/openml-python.git@develop\n",
"``` \n",
"\n",
"You'll also need an OpenML account to download/upload data. If you don't have one, [go ahead and create one](http://www.openml.org)."
"**For Windows**, you need to have a C++ Compiler Installed. If the above install fails, you may need to install\n",
"this first. [Download and install Visual C Build Tools](http://landinghub.visualstudio.com/visual-cpp-build-tools)\n",
"\n",
"You'll also need an OpenML account to upload data. If you don't have one, [go ahead and create one](http://www.openml.org)."
]
},
{
Expand Down
Binary file modified 00 - Prerequisites.pdf
Binary file not shown.
10 changes: 5 additions & 5 deletions 00 - Prerequisites.slides.html
Original file line number Diff line number Diff line change
Expand Up @@ -11909,15 +11909,15 @@ <h3 id="Installing-packages-with-conda">Installing packages with conda<a class="
</div>
<div class="inner_cell">
<div class="text_cell_render border-box-sizing rendered_html">
<h3 id="Installing-OpenML">Installing OpenML<a class="anchor-link" href="#Installing-OpenML">&#182;</a></h3><p>OpenML is used to easily import datasets and share models and experiments. You can install OpenML the normal way:</p>

<pre><code> pip install openml</code></pre>
<p>However, it is recommended to install the latest version via GitHub instead, including the ARFF reader.
<h3 id="Installing-OpenML">Installing OpenML<a class="anchor-link" href="#Installing-OpenML">&#182;</a></h3><p>OpenML is used to easily import datasets and share models and experiments. It is recommended to install
the latest version via GitHub, including the ARFF reader.
With git installed, run the following:</p>

<pre><code> pip install git+https://github.com/renatopp/liac-arff@master
pip install git+https://github.com/openml/openml-python.git@develop</code></pre>
<p>You'll also need an OpenML account to download/upload data. If you don't have one, <a href="http://www.openml.org">go ahead and create one</a>.</p>
<p><strong>For Windows</strong>, you need to have a C++ Compiler Installed. If the above install fails, you may need to install
this first. <a href="http://landinghub.visualstudio.com/visual-cpp-build-tools">Download and install Visual C Build Tools</a></p>
<p>You'll also need an OpenML account to upload data. If you don't have one, <a href="http://www.openml.org">go ahead and create one</a>.</p>

</div>
</div>
Expand Down

0 comments on commit 36c55f5

Please sign in to comment.