-
Notifications
You must be signed in to change notification settings - Fork 28
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
“One-click” install #63
Comments
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. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.:
The text was updated successfully, but these errors were encountered: