File tree 1 file changed +25
-6
lines changed
1 file changed +25
-6
lines changed Original file line number Diff line number Diff line change @@ -13,22 +13,41 @@ a unified interface describing heterogeneous build jobs.
13
13
Hosted [ here] ( https://awslabs.github.io/aws-build-accumulator/ ) .
14
14
15
15
16
- ### Requirements
16
+ ### Installation
17
17
18
- * Python 3
18
+ To install with [ Homebrew] ( https://brew.sh ) :
19
+
20
+ ``` bash
21
+ brew tap aws/tap
22
+ brew install litani
23
+ ```
24
+
25
+ Documentation can also be accessed using ` man ` :
26
+
27
+ ``` bash
28
+ man litani
29
+ ```
30
+
31
+ ### Dependencies
32
+
33
+ If you are cloning the source code, you will need the following dependencies:
34
+
35
+ #### Required
36
+
37
+ * Python3
19
38
* [ Ninja] ( https://ninja-build.org/ )
20
39
* ` apt-get install ninja-build ` , ` brew install ninja `
21
40
* [ Jinja] ( https://jinja.palletsprojects.com/en/2.11.x/ )
22
41
* ` pip3 install jinja2 `
23
- * [ Graphviz DOT] ( https://graphviz.org/ )
24
- * ` apt-get install graphviz ` , ` brew install graphviz `
25
42
26
- Recommended:
43
+ #### Recommended
27
44
45
+ * [ Graphviz DOT] ( https://graphviz.org/ )
46
+ * ` apt-get install graphviz ` , ` brew install graphviz `
28
47
* [ Gnuplot] ( http://www.gnuplot.info/ ) to generate graphs on the dashboard
29
48
* ` apt-get install gnuplot ` , ` brew install gnuplot `
30
49
31
- Optional:
50
+ #### Optional
32
51
33
52
* [ Voluptuous] ( https://pypi.org/project/voluptuous/ ) to perform
34
53
sanity-checking on internal data structures
You can’t perform that action at this time.
0 commit comments