Skip to content

Commit

Permalink
DOC badges and installation methods
Browse files Browse the repository at this point in the history
  • Loading branch information
prjemian committed Nov 27, 2022
1 parent 84d6c6b commit 7bda518
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 3 deletions.
15 changes: 14 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -109,10 +109,23 @@ reg.sigma=0.3535533905932738

## Installation

`pip install pysumreg`
This package may be installed by any of these commands:

- `pip install pysumreg`
- `conda install -c conda-forge pysumreg`
- `mamba install -c conda-forge pysumreg`
- `micromamba install -c conda-forge pysumreg`

## About

| Release | PyPI | Conda-forge | Platforms |
| --- | --- | --- | --- |
| [![Release](https://img.shields.io/github/release/prjemian/pysumreg.svg)](https://github.com/prjemian/pysumreg/releases) | [![PyPI](https://img.shields.io/pypi/v/pysumreg.svg)](https://pypi.python.org/pypi/pysumreg) | [![Conda Version](https://img.shields.io/conda/vn/conda-forge/pysumreg.svg)](https://anaconda.org/conda-forge/pysumreg) | [![Conda Platforms](https://img.shields.io/conda/pn/conda-forge/pysumreg.svg)](https://anaconda.org/conda-forge/pysumreg) |

| Python | Unit Tests | Code Coverage |
| --- | --- | --- |
| [![Python](https://img.shields.io/pypi/pyversions/pysumreg.svg)](https://pypi.python.org/pypi/pysumreg) | ![Unit Tests](https://github.com/prjemian/pysumreg/workflows/Unit%20Tests/badge.svg) | [![Coverage Status](https://coveralls.io/repos/github/prjemian/pysumreg/badge.svg?branch=main)](https://coveralls.io/github/prjemian/pysumreg?branch=main) |

- documentation:
https://prjemian.github.io/pysumreg
- source:
Expand Down
9 changes: 7 additions & 2 deletions docs/source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,13 @@ sort them.
Installation
========================

- ``pip install pysumreg``
- ``conda install -c conda-forge pysumreg``
This package may be installed by any of these commands:

* ``pip install pysumreg``
* ``conda install -c conda-forge pysumreg``
* ``conda install -c conda-forge pysumreg``
* ``mamba install -c conda-forge pysumreg``
* ``micromamba install -c conda-forge pysumreg``

About
========================
Expand Down

0 comments on commit 7bda518

Please sign in to comment.