spacetelescope / spherical_geometry

A Python package for handling spherical polygons that represent arbitrary regions of the sky
http://spherical-geometry.readthedocs.io/
61 stars 31 forks source link

Update README to reflect bundled qd #267

Closed pllim closed 4 months ago

pllim commented 4 months ago
codecov[bot] commented 4 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 81.28%. Comparing base (5de7fc7) to head (c2d4ed4). Report is 1 commits behind head on master.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #267 +/- ## ======================================= Coverage 81.28% 81.28% ======================================= Files 5 5 Lines 1010 1010 ======================================= Hits 821 821 Misses 189 189 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

jhunkeler commented 4 months ago

setup.py build is legacy command.

Shouldn't this be replaced with USE_SYSTEM_QD=1 pip install .? USE_SYSTEM_QD is an environment variable.

pllim commented 4 months ago

I thought life would be more exciting if they have to search how to install themselves, but ok.