Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[![Documentation Status](https://readthedocs.org/projects/cvsim/badge/?version=latest)](https://cvsim.readthedocs.io/en/latest/?badge=latest) [![codecov](https://codecov.io/gh/ericfell/CVsim/graph/badge.svg?token=90223DIBVS)](https://codecov.io/gh/ericfell/CVsim) [![Checked with mypy](http://www.mypy-lang.org/static/mypy_badge.svg)](http://mypy-lang.org/) [![linting: pylint](https://img.shields.io/badge/linting-pylint-yellowgreen)](https://github.com/pylint-dev/pylint)
[![Documentation Status](https://readthedocs.org/projects/cvsim/badge/?version=latest)](https://cvsim.readthedocs.io/en/latest/?badge=latest) [![codecov](https://codecov.io/gh/ericfell/CVsim/graph/badge.svg?token=90223DIBVS)](https://codecov.io/gh/ericfell/CVsim) [![Checked with mypy](http://www.mypy-lang.org/static/mypy_badge.svg)](http://mypy-lang.org/) [![linting: pylint](https://img.shields.io/badge/linting-pylint-yellowgreen)](https://github.com/pylint-dev/pylint) [![pypi](https://img.shields.io/pypi/v/cvsim?color=orange)](https://pypi.org/project/cvsim/)

CVsim
--------
Expand All @@ -14,7 +14,7 @@ Currently available mechanisms:

## Installation

`cvsim` can be installed from PyPI using pip:
`cvsim` can be installed from [PyPI](https://pypi.org/project/cvsim/) using pip:

```bash
pip install cvsim
Expand Down
2 changes: 1 addition & 1 deletion docs/source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ or contribute code improvements and
Installation
------------

:code:`cvsim.py` can be installed from PyPI with pip:
:code:`cvsim.py` can be installed from `PyPI <https://pypi.org/project/cvsim/>`_ with pip:

.. code-block:: bash

Expand Down