Skip to content

Commit d642215

Browse files
authored
feat: conda infra up (#31)
* Update conda badge * Update README.md
1 parent dee1b5b commit d642215

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ Near future goals for the package -
4646
## Installation
4747

4848
cuda-histogram is available on [PyPI](https://pypi.org/project/cuda-histogram/)
49-
as well as on [conda](https://anaconda.org/conda-forge/cuda-histogram). The
49+
as well as on [conda](https://anaconda.org/conda-forge/cuda_histogram). The
5050
library can be installed using `pip` -
5151

5252
```
@@ -56,7 +56,7 @@ pip install cuda-histogram
5656
or using `conda` -
5757

5858
```
59-
conda install -c conda-forge cuda-histogram
59+
conda install -c conda-forge cuda_histogram
6060
```
6161

6262
## Usage
@@ -216,8 +216,8 @@ Foundation.
216216
[actions-link]: https://github.com/scikit-hep/cuda-histogram/actions
217217
[codecov-badge]: https://codecov.io/gh/Saransh-cpp/cuda-histogram/branch/main/graph/badge.svg?token=YBv60ueORQ
218218
[codecov-link]: https://codecov.io/gh/Saransh-cpp/cuda-histogram
219-
[conda-version]: https://img.shields.io/conda/vn/Saransh-cpp/cuda-histogram.svg
220-
[conda-link]: https://github.com/scikit-hep/cuda-histogram
219+
[conda-version]: https://img.shields.io/conda/vn/conda-forge/cuda_histogram.svg
220+
[conda-link]: https://github.com/conda-forge/cuda_histogram-feedstock
221221
[github-discussions-badge]: https://img.shields.io/static/v1?label=Discussions&message=Ask&color=blue&logo=github
222222
[github-discussions-link]: https://github.com/scikit-hep/cuda-histogram/discussions
223223
[license-badge]: https://img.shields.io/badge/License-BSD_3--Clause-blue.svg

0 commit comments

Comments
 (0)