File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -255,14 +255,14 @@ Debian/Ubuntu
255
255
256
256
The Debian/Ubuntu package is split in three different packages called
257
257
``python3-sklearn `` (python modules), ``python3-sklearn-lib `` (low-level
258
- implementations and bindings), ``python3 -sklearn-doc `` (documentation).
258
+ implementations and bindings), ``python -sklearn-doc `` (documentation).
259
259
Note that scikit-learn requires Python 3, hence the need to use the `python3- `
260
260
suffixed package names.
261
261
Packages can be installed using ``apt-get ``:
262
262
263
263
.. prompt :: bash
264
264
265
- sudo apt-get install python3-sklearn python3-sklearn-lib python3 -sklearn-doc
265
+ sudo apt-get install python3-sklearn python3-sklearn-lib python -sklearn-doc
266
266
267
267
268
268
Fedora
You can’t perform that action at this time.
0 commit comments