wavefrontshaping / ALP4lib

Python control module for Vialux DMDs based on ALP4.X API.
MIT License
54 stars 37 forks source link

Add installation directory to setup.py so python setup.py works #7

Closed dboonz closed 3 years ago

dboonz commented 4 years ago

When I was trying to install the package it failed for some nonobvious reason. I found out that adding the package_dir argument to setup.py fixes it. As far as I can see the installation now runs fine on my PC.

dboonz commented 4 years ago

I also upgraded seqallow now so it is ~40 times faster.

wavefrontshaping commented 3 years ago

Better late than never, sorry for the delay, I commited the merge.