I have downloaded the prebuilt binaries for caffe in windows from https://github.com/BVLC/caffe/tree/windows. After downloading them I do not really know how to get python to know caffe. When I write import caffe
on the python script it states that it it can not find it - of course.
After downloading I have the following folders:
bin, include, lib, python and share
How do I proceed to make it global available to all my python scripts ?
I am using Windows 10, Python 3.6 and Anaconda.