morefigs / py-ic-imaging-control

Python wrapper for the IC Imaging Control SDK from The Imaging Source (TIS)
MIT License
33 stars 22 forks source link

installing pyicic #15

Closed geedubs closed 7 years ago

geedubs commented 7 years ago

Hi! Sorry for making this an issue, but I couldn't find an email or alternative contact.

I'm following your installation instructions and I'm unsure how to "Install pyicic." I tried "pip install -U pyicic", but this fails because the package isn't on PyPI.

pip is the only method I'm familiar with installing packages... Am I missing something?

morefigs commented 7 years ago

Yes, sorry there's no pip or even setup.py yet. You'll have to copy it manually somewhere. To get started quickly you could simply copy the files into your working directory.

geedubs commented 7 years ago

Thanks! I ended up realising this (soon after some googling). ;)