We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3539d5b commit d8753bdCopy full SHA for d8753bd
README.md
@@ -1,4 +1,4 @@
1
-
+
2
3
# structlog-round
4
@@ -27,7 +27,16 @@ Easier to read:
27
## Install
28
29
```
30
+pip install structlog-round
31
+```
32
+
33
+Or for development:
34
35
36
+git clone git@github.com:stefanbschneider/structlog-round.git
37
python setup.py install
38
+# dependencies for testing
39
+pip install -e .[dev]
40
41
42
## Usage
0 commit comments