flupke / pypotrace

Python bindings for potrace library
Other
165 stars 43 forks source link

Simplify build process using poetry v2 #35

Closed rianadon closed 3 years ago

rianadon commented 3 years ago

I tried installing this library on Big Sur, and I could not solve errors with finding libraries installed via Homebrew. However, I tried @bsdz's fork and it installed great!

Since #34 is closed due to a few needed changes, I've tried to apply the fixes here in hopes that we can merge this PR. Those are:

To test: poetry install && poetry build To just install: pip install git+https://github.com/rianadon/pypotrace.git#master

flupke commented 3 years ago

Thank you very much for addressing my comments @rianadon :)