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
1 comment
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

Please sign in to leave a comment.