File tree 1 file changed +7
-9
lines changed
1 file changed +7
-9
lines changed Original file line number Diff line number Diff line change @@ -28,15 +28,13 @@ or ``conda``::
28
28
29
29
conda install scikit-learn
30
30
31
- **We don't recommend installing scipy or numpy using pip on linux **,
32
- as this will involve a lengthy build-process with many dependencies.
33
- Without careful configuration, building numpy yourself can lead to an installation
34
- that is much slower than it should be.
35
- If you are using Linux, consider using your package manager to install
36
- scikit-learn. It is usually the easiest way, but might not provide the newest
37
- version.
38
- If you haven't already installed numpy and scipy and can't install them via
39
- your operation system, it is recommended to use a third party distribution.
31
+ If you have not installed NumPy or SciPy yet, you can also install these using
32
+ conda or pip. When using pip, please ensure that *binary wheels * are used,
33
+ and NumPy and SciPy are not recompiled from source, which can happen when using
34
+ particular configurations of operating system and hardware (such as Linux on
35
+ a Raspberry Pi). We don't recommend installing numpy or scipy from source.
36
+ Instead, use a thrid-party distribution as described below.
37
+
40
38
41
39
Third-party Distributions
42
40
==========================
You can’t perform that action at this time.
0 commit comments