Python知識分享網(wǎng) - 專業(yè)的Python學習網(wǎng)站 學Python,上Python222
Installing Anaconda and PyCharm - Marco Sammon PDF
匿名網(wǎng)友發(fā)布于:2024-06-24 08:11:58
(侵權舉報)
(假如點擊沒反應,多刷新兩次就OK!)

Installing Anaconda and PyCharm - Marco Sammon PDF  圖1

 

 

資料內容:

 

Installing Packages in Anaconda
• Go to the “Anaconda Prompt”
• On Mac it is “Terminal”
• pip install [your package name]
• Anaconda comes with most 
useful packages already installed
• As a test, you can try “pip install 
pandas”