You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<spanclass="sk-expandable"data-packager="pip"data-os="windows">Install the 64bit version of Python 3, for instance from <ahref="https://www.python.org/">https://www.python.org</a>.</span
60
+
><spanclass="sk-expandable"data-packager="pip"data-os="mac">Install Python 3 using <ahref="https://brew.sh/">homebrew</a> (<code>brew install python</code>) or by manually installing the package from <ahref="https://www.python.org">https://www.python.org</a>.</span
61
+
><spanclass="sk-expandable"data-packager="pip"data-os="linux">Install python3 and python3-pip using the package manager of the Linux Distribution.</span
62
+
><spanclass="sk-expandable"data-packager="conda"><ahref="https://docs.conda.io/projects/conda/en/latest/user-guide/install/">Install conda</a> (no administrator permission required).</span>
><spanclass="sk-expandable"data-packager="pip"data-os="linux"data-venv="no">python3 -m pip show scikit-learn # to see which version and where scikit-learn is installed</span
91
+
><spanclass="sk-expandable"data-packager="pip"data-os="linux"data-venv="no">python3 -m pip freeze # to see all packages installed in the active virtualenv</span
><spanclass="sk-expandable"data-packager="pip"data-venv="">python -m pip show scikit-learn # to see which version and where scikit-learn is installed</span
94
+
><spanclass="sk-expandable"data-packager="pip"data-venv="">python -m pip freeze # to see all packages installed in the active virtualenv</span
><spanclass="sk-expandable"data-packager="pip"data-os="windows"data-venv="no">python -m pip show scikit-learn # to see which version and where scikit-learn is installed</span
97
+
><spanclass="sk-expandable"data-packager="pip"data-os="windows"data-venv="no">python -m pip freeze # to see all packages installed in the active virtualenv</span
><spanclass="sk-expandable"data-packager="pip"data-os="mac"data-venv="no">python -m pip show scikit-learn # to see which version and where scikit-learn is installed</span
100
+
><spanclass="sk-expandable"data-packager="pip"data-os="mac"data-venv="no">python -m pip freeze # to see all packages installed in the active virtualenv</span
0 commit comments