admin 發表於 2023-3-23 23:02:56

How to install a library in your project

How to install a library in your project within a virtual environment or globally?


[*]Open File > Settings > Project from the PyCharm menu.
[*]Select your current project.
[*]Click the Python Interpreter tab within your project tab.
[*]Click the small + symbol to add a new library to the project.
[*]Now type in the library to be installed, for example Pandas, and click Install Package.
[*]Wait for the installation to terminate and close all popup windows.





頁: [1]
查看完整版本: How to install a library in your project