glyphNameFormatter icon indicating copy to clipboard operation
glyphNameFormatter copied to clipboard

make glyphNameFormatter work with pip

Open LettError opened this issue 3 years ago • 4 comments

  • is this even an option
  • need help with this

LettError avatar Mar 02 '22 22:03 LettError

Asking for help on this one :)

LettError avatar Mar 21 '22 14:03 LettError

already works, like this: pip3 install git+https://github.com/LettError/glyphNameFormatter

frankrolf avatar Jan 24 '24 15:01 frankrolf

ooh! so there is no need to get in the magic pip registry?

LettError avatar Jan 24 '24 15:01 LettError

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

frankrolf avatar Jan 24 '24 17:01 frankrolf