Skip to content

Commit c700db2

Browse files
authored
Improve README.md
1 parent 0bc60d6 commit c700db2

File tree

1 file changed

+10
-3
lines changed

1 file changed

+10
-3
lines changed

README.md

+10-3
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,16 @@
22

33
⚠️⚠️⚠️ The **`sklearn` PyPI package is deprecated use `scikit-learn` instead** ⚠️⚠️⚠️
44

5+
See [section below](#how-to-fix-the-error-for-the-main-use-cases) how to fix
6+
the error for the main use cases.
7+
58
Note that the `scikit-learn` PyPI package was always the official PyPI package from
69
the start of the project: this does not change.
710

8-
What changes is that the `sklearn` PyPI package which was an empty package with a
9-
dependency to `scikit-learn` progressively becomes a package that fails to install
10-
instead. See this end of this page to see the reasons of this change.
11+
What changes is that the `sklearn` PyPI package which is an empty package with a
12+
dependency to `scikit-learn` now fails to install.
13+
See [section below](#reason-for-the-deprecation) that explain the motivations
14+
behind this change.
1115

1216
# How to fix the error for the main use cases
1317

@@ -20,6 +24,9 @@ instead. See this end of this page to see the reasons of this change.
2024
- as a last resort, set the environment variable
2125
`SKLEARN_ALLOW_DEPRECATED_SKLEARN_PACKAGE_INSTALL=True` to avoid this error
2226

27+
If the previous advice does not cover your use case, feel free to [open an issue](
28+
https://github.com/scikit-learn/sklearn-pypi-package/issues/new) about it.
29+
2330
# Reason for the deprecation
2431

2532
`sklearn` package on PyPI exists to prevent malicious actors from using the

0 commit comments

Comments
 (0)