quac
quac copied to clipboard
“One-click” install
Suggested by @tewk: Installation is kind of hard, even if the dependencies are put in a better format. It would be nice if there was a script that took care of everything, e.g.:
- Install Homebrew.
- Download and unpack QUAC.
- Run script.
- Done.
Might I suggest the standard setup.py approach? This could then be installed from PyPI.
Can setup.py install dependencies not in PyPI?
Good question. I'm not sure. Which dependencies aren't on PyPI?
Also consider https://travis-ci.org to run continuous testing after each push.