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 91061b7 commit d1124b8Copy full SHA for d1124b8
README.md
@@ -1 +1,25 @@
1
-# zelos-crashd
+# Zelos CrasHD Plugin
2
+
3
+A plugin for [Zelos](https://github.com/zeropointdynamics/zelos) to enhance crash triaging by performing dataflow & root cause analysis.
4
5
+## Installation
6
7
+Install from pypi
8
+```console
9
+$ pip install zelos-crashd
10
+```
11
12
+Or install directly from the repo
13
14
+$ git clone https://github.com/zeropointdynamics/zelos-crashd.git
15
+$ cd zelos-crashd
16
+$ pip install .
17
18
19
+Alternatively, install an _editable_ version for development
20
21
22
23
+$ pip install -e '.[dev]'
24
25
0 commit comments