Python Installation on Windows 10

preview_player
Показать описание
Video shows how to install the latest version of python for Windows 10.
The command line for installing and updating the several python packages are also shown

The commands for installing/upgrading the packages in the video are shown below. These command should be type at the adminstrator command prompt.

python -m pip install --upgrade pip
python -m pip install --upgrade setuptools
python -m pip install --upgrade virtualenv
python -m pip install --upgrade numpy
python -m pip install --upgrade sympy
python -m pip install --upgrade scipy
python -m pip install --upgrade matplotlib
python -m pip install --upgrade jupyter
python -m pip install --upgrade opencv-python
Рекомендации по теме