Skip to content

Commit

Permalink
Add conda installation instruction
Browse files Browse the repository at this point in the history
  • Loading branch information
Mr-Milk authored Aug 23, 2024
1 parent c532c90 commit 6ec8603
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@

[![Documentation Status](https://img.shields.io/readthedocs/marsilea?color=57B77E&logo=readthedocs&logoColor=white&style=flat-square)](https://marsilea.readthedocs.io/en/stable)
![pypi version](https://img.shields.io/pypi/v/marsilea?color=0098FF&logo=python&logoColor=white&style=flat-square)
![Conda Version](https://img.shields.io/conda/vn/conda-forge/marsilea?style=flat-square&logo=anaconda&logoColor=white&color=%2344A833)
![PyPI - License](https://img.shields.io/pypi/l/marsilea?color=FFD43B&style=flat-square)

# Marsilea: Declarative creation of composable visualization!
Expand All @@ -22,9 +23,16 @@ You can read the documentation on Read the Docs.

## Installation

### Using PIP
```shell
pip install marsilea
```
### Using Conda/Mamba
```shell
conda install -c conda-forge marsilea
# or
mamba install -c conda-forge marsilea
```

## What is Composable Visualization?

Expand Down

0 comments on commit 6ec8603

Please sign in to comment.