Skip to content

Commit 98b7018

Browse files
authored
Merge pull request #27 from fact-project/show_version_in_readme
Show PyPI badge in readme
2 parents 8322c1c + 01a4572 commit 98b7018

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

README.rst

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
pyfact |TravisBuildStatus|
2-
==========================
1+
pyfact |TravisBuildStatus| |PyPIStatus|
2+
=======================================
33

44
A python package with utils to work with the FACT Imaging Cerenkov Telescope
55
----------------------------------------------------------------------------
@@ -8,7 +8,7 @@ install with
88

99
.. code::
1010
11-
$ pip install git+https://github.com/fact-project/pyfact
11+
$ pip install pyfact
1212
1313
This takes automatically care of the dependencies which are installable
1414
with pip.
@@ -92,3 +92,7 @@ Utilities to read in our aux fits files into pandas dataframes.
9292
9393
.. |TravisBuildStatus| image:: https://travis-ci.org/fact-project/pyfact.svg?branch=master
9494
:target: https://travis-ci.org/fact-project/pyfact
95+
96+
.. |PyPIStatus| image:: https://badge.fury.io/py/pyfact.svg
97+
:target: https://pypi.python.org/pypi/pyfact
98+

0 commit comments

Comments
 (0)