@@ -76,7 +76,7 @@ available in the Ubuntu repositories:
7676
7777 . ./pww3/bin/activate
7878 pip install setuptools wheel
79- pip install python-weka-wrapper3 [plots,graphs]
79+ pip install python_weka_wrapper3 [plots,graphs]
8080
8181
8282 Debian
@@ -132,7 +132,7 @@ Once the environment is set up, activate it and install *python-weka-wrapper3*:
132132
133133 . ./pww3/bin/activate
134134 pip install setuptools wheel
135- pip install python-weka-wrapper3 [plots,graphs]
135+ pip install python_weka_wrapper3 [plots,graphs]
136136
137137 Please note, when using *python-weka-wrapper3 * as a *normal * user, don't forget
138138to export the ``JAVA_HOME `` environment variable as described above (e.g., add it
@@ -167,7 +167,7 @@ available in the Ubuntu repositories:
167167
168168 . ./pww3/bin/activate
169169 pip install setuptools wheel
170- pip install python-weka-wrapper3 [plots,graphs]
170+ pip install python_weka_wrapper3 [plots,graphs]
171171
172172
173173 Other Linux distributions
@@ -201,7 +201,7 @@ Once the environment is set up, activate it and install *python-weka-wrapper3*:
201201
202202 . ./pww3/bin/activate
203203 pip install setuptools wheel
204- pip install python-weka-wrapper3 [plots,graphs]
204+ pip install python_weka_wrapper3 [plots,graphs]
205205
206206
207207 COLAB
@@ -217,7 +217,7 @@ In a Python 3 COLAB environment, you need to run the following steps for full fu
217217 ! apt install openjdk-11-jdk
218218 # install pww3
219219 ! pip install wheel
220- ! pip install python-weka-wrapper3 [plots,graphs]
220+ ! pip install python_weka_wrapper3 [plots,graphs]
221221
222222
223223 **Notes: **
@@ -247,7 +247,7 @@ Once the environment is set up, activate it and install *python-weka-wrapper3*:
247247 brew install graphviz
248248 python3 -m pip install graphviz
249249 python3 -m pip install -U --no-cache-dir --config-settings=" --global-option=build_ext" --config-settings=" --global-option=-I$( brew --prefix graphviz) /include/" --config-settings=" --global-option=-L$( brew --prefix graphviz) /lib/" pygraphviz
250- pip install python-weka-wrapper3 [plots,graphs]
250+ pip install python_weka_wrapper3 [plots,graphs]
251251
252252
253253 Windows using Anaconda
@@ -264,7 +264,7 @@ A video demonstrating the installation on Windows 10 is available:
264264 conda create --name pww3 python=3.12
265265 conda activate pww3
266266 conda install -c conda-forge setuptools wheel pillow matplotlib lxml pygraphviz
267- pip install python-weka-wrapper3 [plots,graphs]
267+ pip install python_weka_wrapper3 [plots,graphs]
268268
269269
270270
@@ -312,13 +312,13 @@ If you installed *Visual C++ Build Tools* and *Graphviz*:
312312.. code-block :: doscon
313313
314314 pip install -U --no-cache-dir --config-settings="--global-option=build_ext" --config-settings="--global-option=-IC:\\Program Files\\Graphviz\\include" --config-settings="--global-option=-LC:\\Program Files\\Graphviz\\lib" pygraphviz
315- pip install python-weka-wrapper3 [plots,graphs]
315+ pip install python_weka_wrapper3 [plots,graphs]
316316
317317 If you only installed *MS VC++ redistributable *:
318318
319319.. code-block :: doscon
320320
321- pip install python-weka-wrapper3 [plots]
321+ pip install python_weka_wrapper3 [plots]
322322
323323
324324 From source
0 commit comments