1. 程式人生 > >VS2017 開發 Python 安裝module的方法

VS2017 開發 Python 安裝module的方法

一、在VS中安裝

輸入PythonEnvironments,輸入PythonEnvironments View

在PythonEnvironments中選擇Packages,之後就可以搜尋安裝需要的module了


二、採用VS的Python,先安裝pip,再用pip安裝所需module。之後開啟VS的PythonEnvironments,應自動重新整理。