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 2dde8f4 commit 93a0c25Copy full SHA for 93a0c25
README.md
@@ -4,6 +4,11 @@
4
This library is a simple wrapper around lighthouse-cli runner that runs the audit and parses a result in friendly manner.
5
6
## Installation
7
+if lighthouse is not installed:
8
+```bash
9
+npm install -g lighthouse
10
+```
11
+
12
```bash
13
pip install git+https://github.com/adamcupial/lighthouse-python.git#egg=lighthouse
14
```
@@ -26,7 +31,7 @@ report has 3 properties:
26
31
27
32
## Dependencies
28
33
- python 2.7+
29
- - lighthouse installed
34
+ - node package lighthouse installed
30
35
36
## Changes
37
[You can find all changes in CHANGELOG!](CHANGELOG.md)
0 commit comments