We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The text was updated successfully, but these errors were encountered:
Asking for help on this one :)
Sorry, something went wrong.
already works, like this: pip3 install git+https://github.com/LettError/glyphNameFormatter
pip3 install git+https://github.com/LettError/glyphNameFormatter
ooh! so there is no need to get in the magic pip registry?
Presence on pypi makes things a little bit more convenient/discoverable for users, that’s all. DrawBot also suggests this kind of ad-hoc pip installation: https://github.com/typemytype/drawbot/tree/master#install
Maybe a simple README.md change might do it.
However, if you want to go the “official” route, it’s only a few more steps. Most of the work has already done with creating the setup.py file. As far as I can tell, you are just missing numbers 6 and 7 of this guide here: https://www.turing.com/kb/how-to-create-pypi-packages#step-6:-build-the-package
setup.py
No branches or pull requests
The text was updated successfully, but these errors were encountered: