Skip to content

Commit 17ccbb5

Browse files
committed
Add conda-forge badge and install option to README
1 parent 77f014d commit 17ccbb5

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
# MultiClean
2-
[![image](https://img.shields.io/pypi/v/multiclean.svg)](https://pypi.python.org/pypi/multiclean)
2+
[![PyPI](https://img.shields.io/pypi/v/multiclean.svg)](https://pypi.python.org/pypi/multiclean)
3+
[![Conda](https://img.shields.io/conda/vn/conda-forge/multiclean.svg)](https://anaconda.org/conda-forge/multiclean)
34
[![Python 3.9+](https://img.shields.io/badge/python-3.9+-blue.svg)](https://www.python.org/downloads/)
45
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
56
[![Tutorials](https://img.shields.io/badge/Tutorials-Learn-brightgreen)](https://github.com/DPIRD-DMA/MultiClean/tree/main/notebooks)
@@ -21,6 +22,10 @@ or
2122
```bash
2223
uv add multiclean
2324
```
25+
or
26+
```bash
27+
conda install -c conda-forge multiclean
28+
```
2429

2530
## Quick Start
2631

0 commit comments

Comments
 (0)