pycharm python library

I want to install library from downloaded library folder.

For exapmle download opencv library file like below.Than How can i install in pycharm this library

 

0
To tell Python that you want to load libraries from custom locations, you can add those locations to the PYTHONPATH env variable, or (preferably) to the interpreter paths https://www.jetbrains.com/help/pycharm/installing-uninstalling-and-reloading-interpreter-paths.html
0

请先登录再写评论。