geomeppy
geomeppy copied to clipboard
add geomeppy 2 conda
Are there any plans to support Geomeppy with conda? Enabling install with conda.
At present no, but only as I've not looked into what that would require to get the Travis CI to do whatever is required.
Installing in conda is easy using pip install geomeppy
, but you may need to call conda install shapely
first to add libs that are not always present and aren't installed from pip.
I'll leave this issue open in case someone else wants to pick it up.
This is not likely to happen for geomeppy since there is at least one dependency which can't be easily built for Windows (poly2tri).
It may still be possible to do for eppy https://github.com/santoshphilip/eppy/issues/265