Skip to content

Commit

Permalink
Add conda-forge install instructions and update shields (#10)
Browse files Browse the repository at this point in the history
  • Loading branch information
m-rossi authored Mar 7, 2024
1 parent b68ced0 commit cd1f4ca
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# voila_topbar

[![Github Actions Status](https://github.com/voila-dashboards/voila-topbar/workflows/Build/badge.svg)](https://github.com/voila-dashboards/voila-topbar/actions/workflows/build.yml)
[![PyPI - Version](https://img.shields.io/pypi/v/voila_topbar)](https://pypi.org/project/voila-topbar/)
[![Conda Version](https://img.shields.io/conda/vn/conda-forge/voila_topbar.svg)](https://anaconda.org/conda-forge/voila_topbar)

![vl3](https://github.com/voila-dashboards/voila-topbar/assets/4451292/d8bcf47c-5661-41bc-b0da-35624e28d33c)

Expand Down Expand Up @@ -39,6 +41,12 @@ To install the extension, execute:
pip install voila_topbar
```

or

```bash
conda install -c conda-forge voila_topbar
```

## Uninstall

To remove the extension, execute:
Expand All @@ -47,6 +55,12 @@ To remove the extension, execute:
pip uninstall voila_topbar
```

or

```bash
conda remove voila_topbar
```

## Contributing

### Development install
Expand Down

0 comments on commit cd1f4ca

Please sign in to comment.