Install Python Packages in PyCharm

Posted by:

|

On:

|

To install Python Packages in PyCharm.

This is an example of installing “xlwings” package on Python.

1) Press Python Packages button, 2) search the package by name and 3) install.

Or, 1) Press Terminal button and 2) type “pip install xlwings” and run.

.