steveberardi / starplot

✨ Star charts and maps in Python
https://starplot.dev
MIT License
17 stars 7 forks source link

Basic usage fix #59

Closed HamBoneGS closed 3 months ago

HamBoneGS commented 3 months ago

When following the documentation for Starplot's installation (MacOS), then using the provided Basic Usage code I got a NameError for Projection.ZENITH. Added import statement to properly access Projection.

Python version: 3.12.2

Screenshot 2024-03-23 at 12 44 49 PM