Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jklenzing authored and JonathonMSmith committed Aug 14, 2024
1 parent e838bc3 commit 605a1ef
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
</div>

# pysat: Python Satellite Data Analysis Toolkit
![PyPI - Python Version](https://img.shields.io/pypi/pyversions/pysat)
[![PyPI Package latest release](https://img.shields.io/pypi/v/pysat.svg)](https://pypi.python.org/pypi/pysat)
[![Build Status](https://github.com/pysat/pysat/actions/workflows/main.yml/badge.svg)](https://github.com/pysat/pysat/actions/workflows/main.yml/badge.svg)
[![Documentation Status](https://readthedocs.org/projects/pysat/badge/?version=latest)](http://pysat.readthedocs.io/en/latest/?badge=latest)
Expand Down Expand Up @@ -79,6 +80,9 @@ Space Physics community. This module officially supports Python 3.X+.
```
pip install pysat
```
Note that while support for python 3.6 is maintained for opertional purposes, there
have been issues with installing through PyPi on older systems. Installation through
GitHub is recommended for older systems.

## GitHub Installation
```
Expand Down

0 comments on commit 605a1ef

Please sign in to comment.