Skip to content

Commit 77d1cee

Browse files
committed
Add regular installation from pypi instructions. Add pypi badge
1 parent 3c0760e commit 77d1cee

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,14 @@
11
[![tests](https://github.com/funkelab/funlib.persistence/actions/workflows/tests.yaml/badge.svg)](https://github.com/funkelab/funlib.persistence/actions/workflows/tests.yaml)
22
[![black](https://github.com/funkelab/funlib.persistence/actions/workflows/black.yaml/badge.svg)](https://github.com/funkelab/funlib.persistence/actions/workflows/black.yaml)
33
[![mypy](https://github.com/funkelab/funlib.persistence/actions/workflows/mypy.yaml/badge.svg)](https://github.com/funkelab/funlib.persistence/actions/workflows/mypy.yaml)
4+
[![pypi](https://github.com/funkelab/funlib.persistence/actions/workflows/publish.yaml/badge.svg)](https://pypi.org/project/funlib.persistence/)
45

56
# funlib.persistence
67
Interfaces for data (arrays and graphs) and storage formats (databases and file formats)
78

89
# installation
910
regular installation for usage:
10-
`pip install .`
11+
`pip install funlib.persistence`
1112
developer installation including pytest etc.:
12-
`pip install ".[dev]"`
13+
`pip install funlib.persistence[dev]`
1314

0 commit comments

Comments
 (0)