顯示具有 python 標籤的文章。 顯示所有文章
顯示具有 python 標籤的文章。 顯示所有文章

2020年6月16日 星期二

如何使用PyCharm安裝OpenCV套件


PyCharm一開始新增專案時就會叫你選擇是否要建立Virtualenv。如果尚未建立請參考安裝PyCharm Python IDE 並新建一個專案


安裝PyCharm Python IDE 並新建一個專案

安裝Python


1. 到python.org的,Download下載Python安裝檔並執行。

注意有分x32跟x64的Python版本,依需求選擇。
如果你要安裝特定版本的Python可以到下方Looking for a specific release?尋找你要的版本。

以安裝Python 3.8.3(x32)為例,到Looking for a specific release?尋找Python 3.8.3並點擊,進入Python 3.8.3的頁面。到下方的Files下載Windows x86 executable installer

2. 執行安裝檔,點擊Customize Installation。到Advanced Options頁面記得把Add Python environment variables打勾,最後按Install安裝Python。