- Mastering OpenCV 4 with Python
- Alberto Fernández Villán
- 165字
- 2021-07-02 12:07:09
Installing Python on Windows
Go to https://www.python.org/downloads/. The default Python Windows installer is 32 bits. Start the installer. Select Customize installation:

On the next screen, all the optional features should be checked:

Finally, on the next screen, make sure to check Add Python to environment variables and Precompile standard library. Optionally, you can customize the location of the installation, for example, C:\Python37:

Press the Install button and, in a few minutes, the installation should be ready. On the last page of the installer, you should also press Disable path length limit:

To check whether Python has been installed properly, press and hold the Shift key and right-click with your mouse somewhere on your desktop. Select Open command window here. Alternatively, on Windows 10, use the lower-left search box to search for cmd. Now, write python in the command window and press the Enter key. You should see something like this:

You should also upgrade pip:
$ python -m pip install --upgrade pip
- 基于粒計算模型的圖像處理
- Learning Chef
- Hands-On Data Structures and Algorithms with JavaScript
- 碼上行動:零基礎學會Python編程(ChatGPT版)
- Getting Started with CreateJS
- INSTANT Sencha Touch
- Rust Cookbook
- JavaScript+Vue+React全程實例
- 手把手教你學C語言
- Scala謎題
- HTML 5與CSS 3權威指南(第3版·上冊)
- 打開Go語言之門:入門、實戰與進階
- MySQL程序員面試筆試寶典
- 測試架構師修煉之道:從測試工程師到測試架構師
- UX Design for Mobile