File tree Expand file tree Collapse file tree 1 file changed +14
-4
lines changed
Expand file tree Collapse file tree 1 file changed +14
-4
lines changed Original file line number Diff line number Diff line change @@ -339,14 +339,24 @@ in a *disposable* location.
339339Github
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
You can’t perform that action at this time.
0 commit comments