-1

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 ?

Cahit Yıldırım
  • 409
  • 1
  • 7
  • 23

1 Answers1

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
Community
  • 1
  • 1
harry
  • 218
  • 2
  • 17