Skip to content

Commit bf51f05

Browse files
committed
adds conda shields
1 parent e1d0dff commit bf51f05

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# pyrtools: tools for multi-scale image processing
22

33
[![PyPI Version](https://img.shields.io/pypi/v/pyrtools.svg)](https://pypi.org/project/pyrtools/)
4+
[![Anaconda-Server Badge](https://anaconda.org/conda-forge/pyrtools/badges/version.svg)](https://anaconda.org/conda-forge/pyrtools)
45
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://github.com/LabForComputationalVision/pyrtools/blob/main/LICENSE)
56
![Python version](https://img.shields.io/badge/python-3.8|3.9|3.10|3.11|3.12-blue.svg)
67
[![Build Status](https://github.com/LabForComputationalVision/pyrtools/workflows/build/badge.svg)](https://github.com/LabForComputationalVision/pyrtools/actions?query=workflow%3Abuild)

docs/index.rst

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
.. |pypi-shield| image:: https://img.shields.io/pypi/v/pyrtools.svg
22
:target: https://pypi.org/project/pyrtools/
33

4+
.. |conda-shield| image:: https://anaconda.org/conda-forge/pyrtools/badges/version.svg
5+
:target: https://anaconda.org/conda-forge/pyrtools
6+
47
.. |license-shield| image:: https://img.shields.io/badge/license-MIT-yellow.svg
58
:target: https://github.com/LabForComputationalVision/pyrtools/blob/main/LICENSE
69

@@ -23,7 +26,7 @@
2326
pyrtools
2427
====================================
2528

26-
|pypi-shield| |license-shield| |python-version-shield| |build| |binder| |doi|
29+
|pypi-shield| |conda-shield| |license-shield| |python-version-shield| |build| |binder| |doi|
2730

2831
Pyrtools is a python package for multi-scale image processing, adapted
2932
from Eero Simoncelli's `matlabPyrTools

0 commit comments

Comments
 (0)