joferkington / mplstereonet

Stereonets for matplotlib
MIT License
189 stars 66 forks source link

PyPi Installation Missing kinematic_analysis.py #42

Open thomasbush-arup opened 3 years ago

thomasbush-arup commented 3 years ago

When I pip install, the kinematic_analysis library isn't provided.

japharel commented 3 years ago

Same issue here, I am unable to import the module when trying to run the kinematic_basic.py file

vmjelicic commented 2 years ago

I also tried to run this module but it does not appear in the library installed from pypi, I had to clone the repo in my computer to use it.

I think that module was added after the last release (0.6.2), uploading a new release to pypi should suffice. I found this PR (#36 ) where that module was added, also Shapely is added to the requirements.

Hi @joferkington , can you check this?

Thanks a lot!