diff --git a/README.md b/README.md index 5f9e50b..02e2568 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,9 @@ ![Build Status](https://github.com/equinor/warmth/actions/workflows/python-test.yml/badge.svg?branch=main) ![Build Status](https://github.com/equinor/warmth/actions/workflows/docs.yml/badge.svg?branch=main) [![codecov](https://codecov.io/gh/equinor/warmth/graph/badge.svg?token=A9LWISA7OI)](https://codecov.io/gh/equinor/warmth) - +![Python](https://img.shields.io/pypi/pyversions/warmth) +[![PyPI version](https://badge.fury.io/py/warmth.svg)](https://badge.fury.io/py/wamrth) +![License](https://img.shields.io/github/license/equinor/warmth) [Documentation](https://equinor.github.io/warmth/) warmth is a python package used for modeling thermal evolution based on McKenzie's type basin extension. It can be use for: @@ -43,4 +45,4 @@ See https://docs.fenicsproject.org/dolfinx/main/python/installation.html for ins ## Tests Requires dolfinx v0.6.0 -```mpirun -n 2 python3 -m pytest --with-mpi --cov-report=term-missing --cov-report=xml --cov=warmth tests``` \ No newline at end of file +```mpirun -n 2 python3 -m pytest --with-mpi --cov-report=term-missing --cov-report=xml --cov=warmth tests```