Skip to content

Commit

Permalink
updated documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
fracpete committed Jul 25, 2024
1 parent f067554 commit 2f81777
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 1 deletion.
9 changes: 9 additions & 0 deletions _sources/install.rst.txt
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,9 @@ omit the suffix ``[plots,graphs]`` when installing python-weka-wrapper3.
Ubuntu
------

A video demonstrating the installation on Ubuntu 22.04 is available:
`https://youtu.be/UIm0rKilABc?si=DUECgNdc16K64CCu <https://youtu.be/UIm0rKilABc?si=DUECgNdc16K64CCu>`__

First, you need to be able to compile C/C++ code and Python modules:

.. code-block:: bash
Expand Down Expand Up @@ -250,6 +253,9 @@ Once the environment is set up, activate it and install *python-weka-wrapper3*:
Windows using Anaconda
----------------------

A video demonstrating the installation on Windows 10 is available:
`https://youtu.be/azr-JqF7jLE?si=JAz9M9NhJ5kVvWY0 <https://youtu.be/azr-JqF7jLE?si=JAz9M9NhJ5kVvWY0>`__

* download and install `Anaconda <https://www.anaconda.com/download/>`__ if you haven't done so already
* the following configures an environment with Python 3.12

Expand All @@ -269,6 +275,9 @@ Windows
is consistent. I.e., if you install a 32-bit version of Python, you need to
install a 32-bit JDK (or all of them are 64-bit).

A video demonstrating the installation on Windows 10 (without graph support) is available:
`https://youtu.be/t5g9cigltvs?si=-RkcZT1ygSJTjT2E <https://youtu.be/t5g9cigltvs?si=-RkcZT1ygSJTjT2E>`__

Perform the following steps:

* if you want to be able to *display graphs in dot format* (very large installation):
Expand Down
6 changes: 6 additions & 0 deletions install.html
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,8 @@ <h2>Optional features<a class="headerlink" href="#optional-features" title="Perm
</section>
<section id="ubuntu">
<h2>Ubuntu<a class="headerlink" href="#ubuntu" title="Permalink to this heading"></a></h2>
<p>A video demonstrating the installation on Ubuntu 22.04 is available:
<a class="reference external" href="https://youtu.be/UIm0rKilABc?si=DUECgNdc16K64CCu">https://youtu.be/UIm0rKilABc?si=DUECgNdc16K64CCu</a></p>
<p>First, you need to be able to compile C/C++ code and Python modules:</p>
<div class="highlight-bash notranslate"><div class="highlight"><pre><span></span>sudo<span class="w"> </span>apt<span class="w"> </span>install<span class="w"> </span>build-essential<span class="w"> </span>python3-dev
</pre></div>
Expand Down Expand Up @@ -218,6 +220,8 @@ <h2>Mac OSX<a class="headerlink" href="#mac-osx" title="Permalink to this headin
</section>
<section id="windows-using-anaconda">
<h2>Windows using Anaconda<a class="headerlink" href="#windows-using-anaconda" title="Permalink to this heading"></a></h2>
<p>A video demonstrating the installation on Windows 10 is available:
<a class="reference external" href="https://youtu.be/azr-JqF7jLE?si=JAz9M9NhJ5kVvWY0">https://youtu.be/azr-JqF7jLE?si=JAz9M9NhJ5kVvWY0</a></p>
<ul>
<li><p>download and install <a class="reference external" href="https://www.anaconda.com/download/">Anaconda</a> if you haven’t done so already</p></li>
<li><p>the following configures an environment with Python 3.12</p>
Expand All @@ -235,6 +239,8 @@ <h2>Windows<a class="headerlink" href="#windows" title="Permalink to this headin
<p><strong>Please note:</strong> You need to make sure that the <em>bitness</em> of your environment
is consistent. I.e., if you install a 32-bit version of Python, you need to
install a 32-bit JDK (or all of them are 64-bit).</p>
<p>A video demonstrating the installation on Windows 10 (without graph support) is available:
<a class="reference external" href="https://youtu.be/t5g9cigltvs?si=-RkcZT1ygSJTjT2E">https://youtu.be/t5g9cigltvs?si=-RkcZT1ygSJTjT2E</a></p>
<p>Perform the following steps:</p>
<ul class="simple">
<li><p>if you want to be able to <em>display graphs in dot format</em> (very large installation):</p>
Expand Down
2 changes: 1 addition & 1 deletion searchindex.js

Large diffs are not rendered by default.

0 comments on commit 2f81777

Please sign in to comment.