Closed yig closed 5 years ago
Please do a release on PyPI so that Python3 users can run a simple pip3 install pypotrace. Otherwise they have to do pip3 install -e git+https://github.com/flupke/pypotrace#egg=pypotrace.
pip3 install pypotrace
pip3 install -e git+https://github.com/flupke/pypotrace#egg=pypotrace
Thanks for reminding me, just uploaded 0.1.4 :)
Awesome!
Please do a release on PyPI so that Python3 users can run a simple
pip3 install pypotrace
. Otherwise they have to dopip3 install -e git+https://github.com/flupke/pypotrace#egg=pypotrace
.