File tree Expand file tree Collapse file tree 1 file changed +8
-2
lines changed Expand file tree Collapse file tree 1 file changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -80,13 +80,19 @@ Installing build dependencies
8080
8181Installing from source requires you to have installed the scikit-learn runtime
8282dependencies, Python development headers and a working C/C++ compiler.
83- Under Debian-based operating systems, which include Ubuntu,
84- you can install all these requirements by issuing::
83+ Under Debian-based operating systems, which include Ubuntu, if you have
84+ Python 2 you can install all these requirements by issuing::
8585
8686 sudo apt-get install build-essential python-dev python-setuptools \
8787 python-numpy python-scipy \
8888 libatlas-dev libatlas3gf-base
8989
90+ If you have Python 3::
91+
92+ sudo apt-get install build-essential python3-dev python3-setuptools \
93+ python3-numpy python3-scipy \
94+ libatlas-dev libatlas3gf-base
95+
9096On recent Debian and Ubuntu (e.g. Ubuntu 13.04 or later) make sure that ATLAS
9197is used to provide the implementation of the BLAS and LAPACK linear algebra
9298routines::
You can’t perform that action at this time.
0 commit comments