Trying to make it easier for newcomers to find the code.

I'm concerned that a first-time visitor to the Astronomy Engine
repo on GitHub will get lost. I made it more obvious where to
quickly find the source code needed for a given language.
This commit is contained in:
Don Cross
2021-11-23 20:43:17 -05:00
parent cec908e52c
commit d02039c78f
9 changed files with 37 additions and 5 deletions

View File

@@ -7,6 +7,9 @@ See the [home page](https://github.com/cosinekitty/astronomy) for more info.
---
## Quick Start
To include Astronomy Engine in your own Python program, all you need is
the file `astronomy.py` from this directory.
To get started quickly, here are some [examples](../../demo/python/).
---