I want to connect scanner devices in my python program, imagescanner installation page, in Windows(none so far) said . What does it mean ? Is it cannot use in Windows ?
Asked
Active
Viewed 133 times
1 Answers
0
The comment is regarding the needed requirements for the library to function.
It seems, that on Windows the library does not have any requirements needed
For Windows
You could either use pip, if you have it installed. Here is how to install pip on Windows.
Or you could use the setup.py
file. For that you should download the library first and locate to the main folder imagescanner
in cmd. There you type the following command:
python setup.py install
-
But I don't understand how to install on windows – Cahit Yıldırım Jan 12 '16 at 14:52
-
I have made a more complete explanation – harry Jan 12 '16 at 19:00