From 605a1ef0afde5e76274da29cbaa6e909e8a300f5 Mon Sep 17 00:00:00 2001 From: Jeff Klenzing <19592220+jklenzing@users.noreply.github.com> Date: Fri, 9 Aug 2024 14:08:57 -0400 Subject: [PATCH] Update README.md --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 86886932a..bbb1099ba 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,7 @@ # 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) @@ -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 ```