From cd1f4ca60b55a719818f8b22f8f0f8489e47c8fd Mon Sep 17 00:00:00 2001 From: Marco Rossi Date: Thu, 7 Mar 2024 14:28:54 +0100 Subject: [PATCH] Add conda-forge install instructions and update shields (#10) --- README.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/README.md b/README.md index cea931c..9aacd6e 100644 --- a/README.md +++ b/README.md @@ -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) @@ -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: @@ -47,6 +55,12 @@ To remove the extension, execute: pip uninstall voila_topbar ``` +or + +```bash +conda remove voila_topbar +``` + ## Contributing ### Development install