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
1 comment
Sort by
Date
Votes

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
Please sign in to leave a comment.