From 77d1cee321c29106ca32acb5229d55526319c76d Mon Sep 17 00:00:00 2001 From: William Patton Date: Tue, 10 Dec 2024 09:29:55 -0800 Subject: [PATCH] Add regular installation from pypi instructions. Add pypi badge --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f42dd4c..5743529 100644 --- a/README.md +++ b/README.md @@ -1,13 +1,14 @@ [![tests](https://github.com/funkelab/funlib.persistence/actions/workflows/tests.yaml/badge.svg)](https://github.com/funkelab/funlib.persistence/actions/workflows/tests.yaml) [![black](https://github.com/funkelab/funlib.persistence/actions/workflows/black.yaml/badge.svg)](https://github.com/funkelab/funlib.persistence/actions/workflows/black.yaml) [![mypy](https://github.com/funkelab/funlib.persistence/actions/workflows/mypy.yaml/badge.svg)](https://github.com/funkelab/funlib.persistence/actions/workflows/mypy.yaml) +[![pypi](https://github.com/funkelab/funlib.persistence/actions/workflows/publish.yaml/badge.svg)](https://pypi.org/project/funlib.persistence/) # funlib.persistence Interfaces for data (arrays and graphs) and storage formats (databases and file formats) # installation regular installation for usage: -`pip install .` +`pip install funlib.persistence` developer installation including pytest etc.: -`pip install ".[dev]"` +`pip install funlib.persistence[dev]`