Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
eduardo-ocampo authored Oct 20, 2024
1 parent 974585b commit 7b48b6a
Showing 1 changed file with 19 additions and 1 deletion.
20 changes: 19 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,24 @@ PyAstronautics is a Python package designed for astronautical engineers, providi

Ad Astra! 💫

![Documentation Status](https://github.com/eduardo-ocampo/pyastronautics/actions/workflows/sphinx-docs.yml/badge.svg)
![Build Status](https://github.com/eduardo-ocampo/pyastronautics/actions/workflows/build-package.yml/badge.svg)
![Release Status](https://github.com/eduardo-ocampo/pyastronautics/actions/workflows/release-package.yml/badge.svg)
![PyPI Latest Release](https://img.shields.io/pypi/v/pyastronautics)
![License](https://img.shields.io/badge/license-Apache%202.0-brightgreen.svg)

# Installation

Installers for the latest released version are available at the [Python Package Index (PyPI)](https://pypi.org/project/pyastronautics/)

```shell
pip install pyastronautics
```

# Documentation

The long-form documentation and examples for this project are hosted Github Pages: [PyAstronautics Documentation](https://eduardo-ocampo.github.io/PyAstronautics/)

## License

Copyright 2024 Eduardo Ocampo
Expand All @@ -18,4 +36,4 @@ Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
limitations under the License.

0 comments on commit 7b48b6a

Please sign in to comment.