How do I install packages in PyCharm for all projects?

前端 未结 2 346
春和景丽
春和景丽 2021-02-01 05:22

I use PyCharm and all the initial settings are okay.Simple package installation is working. Then why do I need to reinstall a package for each project? Is there any way to insta

2条回答
  •  野的像风
    2021-02-01 05:54

    You can download Package from the Pycharm IDE

    1. Open Pycharm and Go to File
    2. Click on Settings
    3. On left Side, You will find Projects Option. Click & Expend it
    4. Click on Interpreter 
    5. A list of installed package will be shown
    6. On Right Side, You will see a + button. Click This to install new package
    7. A window will appear with Search bar, then search your package name and hit install button.
    

    All steps are taken from this One minute Video.

提交回复
热议问题