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 599a1e9 commit 3d334f0Copy full SHA for 3d334f0
README.md
@@ -14,6 +14,12 @@ for more information.
14
The library currently implements ECS 1.6, after a 1.x version is released
15
we will be following (ECS.major).(ECS.minor).(package minor) as our versioning scheme.
16
17
+## Installation
18
+
19
+```console
20
+$ python -m pip install ecs-logging
21
+```
22
23
## Documentation
24
25
See the [ECS Logging Python reference](https://www.elastic.co/guide/en/ecs-logging/python/current/index.html) on elastic.co to get started.
0 commit comments