我已经从https://github.com/BVLC/caffe/tree/windows在Windows中下载了caffe的预建二进制文件。下载后我不知道怎么让python知道caffe。当我在python脚本上写import caffe
时,它说它找不到它 - 当然。
下载后我有以下文件夹:
bin, include, lib, python and share
如何让我的所有python脚本全局可用?
我正在使用Windows 10,Python 3.6和Anaconda。