TCDSolar / stixpy

STIX data analysis in python
https://stixpy.readthedocs.io/
BSD 3-Clause "New" or "Revised" License
17 stars 20 forks source link

Add docs about installing submodule #131

Open hayesla opened 3 weeks ago

hayesla commented 3 weeks ago

When installing dev verison of stixpy (and I guess this will be also needed for next release), users have to run git submodule update --init to get the submodule.

we should add this to install docs

samaloney commented 1 week ago

This should only happen with an install from git, via pip it should just work.