Skip to content

Commit d8753bd

Browse files
author
Stefan Schneider
committed
update readme
1 parent 3539d5b commit d8753bd

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

README.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
![Python CI](https://github.com/stefanbschneider/structlog-round/workflows/Python%20CI/badge.svg)
1+
![Python CI](https://github.com/stefanbschneider/structlog-round/workflows/Python%20CI/badge.svg?branch=master)
22

33
# structlog-round
44

@@ -27,7 +27,16 @@ Easier to read:
2727
## Install
2828

2929
```
30+
pip install structlog-round
31+
```
32+
33+
Or for development:
34+
35+
```
36+
git clone git@github.com:stefanbschneider/structlog-round.git
3037
python setup.py install
38+
# dependencies for testing
39+
pip install -e .[dev]
3140
```
3241

3342
## Usage

0 commit comments

Comments
 (0)