Skip to content

Commit

Permalink
Update README.rst
Browse files Browse the repository at this point in the history
Updated the CI badge
  • Loading branch information
nden authored Nov 29, 2023
1 parent 252a6bc commit b483673
Showing 1 changed file with 5 additions and 8 deletions.
13 changes: 5 additions & 8 deletions README.rst
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
GWCS - Generalized World Coordinate System
==========================================

[![CI](https://github.com/spacetelescope/gwcs/actions/workflows/ci.yml/badge.svg)](https://github.com/spacetelescope/gwcs/actions/workflows/ci.yml)

.. image:: https://github.com/spacetelescope/gwcs/actions/workflows/ci.yml/badge.svg
:target: https://github.com/spacetelescope/gwcs/actions
:alt: CI Status

.. image:: https://readthedocs.org/projects/docs/badge/?version=latest
:target: https://gwcs.readthedocs.io/en/latest/
:alt: Documentation Status
Expand Down Expand Up @@ -30,17 +32,12 @@ GWCS takes a general approach to the problem of expressing transformations betwe

For complete features and usage examples see the `documentation`_ site.

Note
----
Beginning with version 0.9 GWCS requires Python 3.5 and above.


Installation
------------

To install::

pip install gwcs # Make sure pip >= 9.0.1 is used.
pip install gwcs

To clone from github and install the master branch::

Expand Down

0 comments on commit b483673

Please sign in to comment.