Skip to content

Commit 8faf3d3

Browse files
committed
added instructions for installing pww3 directly from github using pip
1 parent 2365250 commit 8faf3d3

File tree

1 file changed

+14
-4
lines changed

1 file changed

+14
-4
lines changed

doc/source/install.rst

Lines changed: 14 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -339,14 +339,24 @@ in a *disposable* location.
339339
Github
340340
++++++
341341

342-
Clone the Github repository as follows:
342+
You can install python-weka-wrapper3 directly from its Github repository with `pip`
343+
as follows (e.g., to get the latest fixes/features):
343344

344345
.. code-block:: bash
345346
346-
git clone https://github.com/fracpete/python-weka-wrapper3.git
347+
$ ./venv/bin/pip install git+https://github.com/fracpete/python-weka-wrapper3.git
347348
348-
Change into the newly created directory and install the library using the
349-
following command:
349+
350+
Alternatively, you can clone the repository separately and install it from there.
351+
352+
First, clone the Github repository as follows:
353+
354+
.. code-block:: bash
355+
356+
$ git clone https://github.com/fracpete/python-weka-wrapper3.git
357+
358+
Second, change into the newly created directory and install the library using the
359+
following command (adjusting the path to your virtual environment):
350360

351361
.. code-block:: bash
352362

0 commit comments

Comments
 (0)