-
Notifications
You must be signed in to change notification settings - Fork 593
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Unable to install on windows... wtf is 'source'? #73
Comments
'source' is used when activating a virtual environment. On windows i think you have to run a 'bat' file instead. |
I was able to successfully install, with a little googling. Just download Python, add it to your path, then use For Numpy and SciPy, use these wheel packages here: http://www.lfd.uci.edu/~gohlke/pythonlibs/#numpy So for those two,
|
Alternatively you can use the docker container: https://hub.docker.com/r/kbai/ocropy/ resp. https://github.com/kba/docker-ocropy |
(FAQ links now here.) |
One more recommendation is to use Anaconda - the scientific Python distribution, which already contains all necessary libraries, though numpy/scipy will be without MKL (in free version). |
The virtualenv/ stuff seems to instlall, but wtf is 'source'? as in:
source ocropus_venv/bin/activate
Can't do it! Can't find it - try finding something called source on google. Can't be done. wtf, over....
The text was updated successfully, but these errors were encountered: