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 条评论
排序方式
日期
投票数
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
请先登录再写评论。