wavefrontshaping / ALP4lib

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

pip install latest release not available #16

Closed TMW-bioinformatics closed 2 years ago

TMW-bioinformatics commented 2 years ago

Dear Sébastien, could you make release 1.0.0 available for installation with pip, currently I get following message:

pip install ALP4lib==1.0.0 ERROR: Could not find a version that satisfies the requirement ALP4lib==1.0.0 (from versions: 0.0.2, 0.0.3, 0.0.3.post1, 0.0.3.post2, 0.0.4.1, 0.0.5) ERROR: No matching distribution found for ALP4lib==1.0.0

Thanks!

wavefrontshaping commented 2 years ago

Hi,

could you make release 1.0.0 available for installation with pip

Will do, but in the meantime, you can always install the latest version of the code with pip install git+https://github.com/wavefrontshaping/ALP4lib.git

wavefrontshaping commented 2 years ago

version 1.0.1 is now up on pypi

pip install ALP4lib==1.0.1 should work