Skip to content

Commit 9340a18

Browse files
authored
DOC Fix package name for sklearn-doc in Debian/Ubuntu (#29878)
1 parent 8984266 commit 9340a18

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/install.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -255,14 +255,14 @@ Debian/Ubuntu
255255

256256
The Debian/Ubuntu package is split in three different packages called
257257
``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).
259259
Note that scikit-learn requires Python 3, hence the need to use the `python3-`
260260
suffixed package names.
261261
Packages can be installed using ``apt-get``:
262262

263263
.. prompt:: bash
264264

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
266266

267267

268268
Fedora

0 commit comments

Comments
 (0)