Skip to content

Commit b6bf317

Browse files
authored
Update README with installation instructions
Removed project title and added installation instructions for extensions.
1 parent 70dbccf commit b6bf317

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
# KVDbClient
2-
31
[![codecov](https://codecov.io/gh/seung-lab/KVDbClient/graph/badge.svg)](https://app.codecov.io/gh/seung-lab/KVDbClient)
42

53
A Python client library providing a unified interface for key-value database backends. Currently supports Google Cloud BigTable and Apache HBase.
@@ -16,6 +14,7 @@ Built for:
1614

1715
```bash
1816
pip install kvdbclient
17+
pip install kvdbclient[extensions]
1918
```
2019

2120
For development:

0 commit comments

Comments
 (0)