Skip to content

Commit 8f9b370

Browse files
committed
Update readme
1 parent 55d18a8 commit 8f9b370

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed

README.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,26 @@
11
# ggsci for Python
2+
3+
[![PyPI version](https://img.shields.io/pypi/v/ggsci)](https://pypi.org/project/ggsci/)
4+
![Python versions](https://img.shields.io/pypi/pyversions/ggsci)
5+
[![Checked with mypy](https://www.mypy-lang.org/static/mypy_badge.svg)](https://mypy-lang.org/)
6+
[![CI Tests](https://github.com/nanxstats/py-ggsci/actions/workflows/ci-tests.yml/badge.svg)](https://github.com/nanxstats/py-ggsci/actions/workflows/ci-tests.yml)
7+
[![mkdocs](https://github.com/nanxstats/py-ggsci/actions/workflows/mkdocs.yml/badge.svg)](https://nanx.me/py-ggsci/)
8+
![License](https://img.shields.io/pypi/l/ggsci)
9+
10+
ggsci for Python provides color palettes for plotnine.
11+
12+
## Installation
13+
14+
You can install py-ggsci from PyPI:
15+
16+
```bash
17+
pip install ggsci
18+
```
19+
20+
Or install the development version from GitHub:
21+
22+
```bash
23+
git clone https://github.com/nanxstats/py-ggsci.git
24+
cd py-ggsci
25+
python3 -m pip install -e .
26+
```

0 commit comments

Comments
 (0)