Skip to content

Commit

Permalink
feat: conda infra up (#31)
Browse files Browse the repository at this point in the history
* Update conda badge

* Update README.md
  • Loading branch information
Saransh-cpp authored Nov 5, 2024
1 parent dee1b5b commit d642215
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ Near future goals for the package -
## Installation

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

```
Expand All @@ -56,7 +56,7 @@ pip install cuda-histogram
or using `conda` -

```
conda install -c conda-forge cuda-histogram
conda install -c conda-forge cuda_histogram
```

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

0 comments on commit d642215

Please sign in to comment.