accessibleapps / accessible_output2

Output speech and braille using a variety of screen-reading solutions
MIT License
20 stars 18 forks source link

Publish latest updates to Pypi #10

Closed trypolis464 closed 2 years ago

trypolis464 commented 3 years ago

There have been a few PRs merged lately, EG fixing the stupid genpy crap, that are really useful. Currently to use these new features, I have to fork the repo and manually install it. It would be really nice if

pip install accessible_output2

Installed a version with these fixes.

soundmud commented 3 years ago

Even without updating to Pypi it's already possible to use this command: pip install git+https://github.com/accessibleapps/accessible_output2

And you can use this line in a requirements.txt file: git+https://github.com/accessibleapps/accessible_output2

TheQuinbox commented 2 years ago

That works, but the users shouldn't have to install from your git repo to get fixes that were added well over a year ago.

TheQuinbox commented 2 years ago

0.17 was pushed to Pypi, so I vote for marking this as closed.