Skip to content

Commit ef90963

Browse files
authored
Merge pull request #83 from jtpio/conda
Add instructions to install with conda
2 parents 00452af + fcc698a commit ef90963

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
![Github Actions Status](https://github.com/jupyter-server/jupyter-resource-usage/workflows/Tests/badge.svg)
99
[![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/jupyter-server/jupyter-resource-usage/stable)
1010
[![PyPI](https://img.shields.io/pypi/v/jupyter-resource-usage)](https://pypi.python.org/pypi/jupyter-resource-usage)
11+
[![conda-forge](https://img.shields.io/conda/vn/conda-forge/jupyter-resource-usage.svg)](https://anaconda.org/conda-forge/jupyter-resource-usage)
1112
[![PyPI](https://img.shields.io/pypi/l/jupyter-resource-usage)](https://pypi.python.org/pypi/jupyter-resource-usage)
1213
[![GitHub](https://img.shields.io/badge/issue_tracking-github-blue?logo=github)](https://github.com/jupyter-server/jupyter-resource-usage/issues)
1314

@@ -26,6 +27,12 @@ You can currently install this package from PyPI.
2627
pip install jupyter-resource-usage
2728
```
2829

30+
Or with `conda`:
31+
32+
```bash
33+
conda install -c conda-forge jupyter-resource-usage
34+
```
35+
2936
**If your notebook version is < 5.3**, you need to enable the extension manually.
3037

3138
```

0 commit comments

Comments
 (0)