Skip to content
This repository has been archived by the owner on Jan 6, 2023. It is now read-only.

Commit

Permalink
Merge a61034d into 97267d3
Browse files Browse the repository at this point in the history
  • Loading branch information
eduardo-rodrigues committed Oct 25, 2018
2 parents 97267d3 + a61034d commit d5ddc92
Showing 1 changed file with 11 additions and 13 deletions.
24 changes: 11 additions & 13 deletions README.rst
Expand Up @@ -6,6 +6,12 @@ numpythia: The interface between PYTHIA and NumPy
.. image:: https://img.shields.io/pypi/v/numpythia.svg
:target: https://pypi.python.org/pypi/numpythia

.. image:: https://zenodo.org/badge/DOI/10.5281/zenodo.1471493.svg
:target: https://doi.org/10.5281/zenodo.1471493

.. image:: https://travis-ci.org/scikit-hep/numpythia.svg?branch=master
:target: https://travis-ci.org/scikit-hep/numpythia

.. image:: https://coveralls.io/repos/github/scikit-hep/numpythia/badge.svg?branch=master
:target: https://coveralls.io/github/scikit-hep/numpythia?branch=master

Expand All @@ -16,20 +22,12 @@ particle four-momenta. By default numpythia only depends on NumPy and builds
internal copies of the PYTHIA and `HepMC <http://hepmc.web.cern.ch/hepmc/>`_
source code.

Python versions supported:

.. image:: https://img.shields.io/badge/python-2.7-blue.svg
:target: https://badge.fury.io/py/scikit-hep

.. image:: https://img.shields.io/badge/python-3.4-blue.svg
:target: https://badge.fury.io/py/scikit-hep

.. image:: https://img.shields.io/badge/python-3.5-blue.svg
:target: https://badge.fury.io/py/scikit-hep

.. image:: https://img.shields.io/badge/python-3.6-blue.svg
:target: https://badge.fury.io/py/scikit-hep
Strict dependencies
-------------------

- `Python <http://docs.python-guide.org/en/latest/starting/installation/>`__ (2.7+, 3.4+)
- `Numpy <https://scipy.org/install.html>`__
- `six <https://six.readthedocs.io/>`__

Getting started
---------------
Expand Down

0 comments on commit d5ddc92

Please sign in to comment.