-
Notifications
You must be signed in to change notification settings - Fork 81
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
Please make it installable through pip #248
Comments
There is a long long standing bug about port the installation to a proper python one (to suport python virtual env). this is related but in this case request specificaly PIP(squeak ;p ). I will let it open since they aproach the same issue but from different angles... aaand because i can find the intallation request. (I'm artist and documenter not programer so any patch is welcome). |
The bug is #94 talking about the build system. still a work in progress since /setup.py was a "temporal" until we get the definitive, this bug talk specificaly to port to PIP intead of a more options like 94 so I will let it open. |
Because I feel frustrated and want to say soemthing but know there is nothing valuable I can say, here are the error messages python yields when trying to install this:
"Oh its python 3 only, nothing wrong with that."
"Oh setup bug, Maybe I can offer a patch to fix it. looks at setup.py, comes here" I'm excited for this project though, sincerely. If it helps, here is the python packaging and distribution documentation I would recommend reading: https://packaging.python.org/tutorials/distributing-packages/ There is also an example repository, https://github.com/pypa/sampleproject/ I also found it unclear how to use packaged data files, this may help: https://stackoverflow.com/a/5601839 |
Installing with the setup is rather easy, but it would be easier still if we could get ponysay through PIP.
Is it something you would consider?
The text was updated successfully, but these errors were encountered: