Skip to content

Commit 60adfed

Browse files
committed
Updated README.md and added requirements.txt
1 parent ae950fe commit 60adfed

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,15 @@ A Python interface for the Qualys SSL Labs API. It can be used as a command line
99
* Verbose output, showing progress of running endpoint assessments.
1010
* Retrieve assessments from cache.
1111

12+
## Installing
13+
14+
```bash
15+
git clone git@github.com:takeshixx/python-ssllabs.git
16+
cd python-ssllabs
17+
pip3 install .
18+
ssllabs-cli.py --help
19+
```
20+
1221
## Using the CLI
1322

1423
The CLI by default only prints the scanning results as a JSON object to stdout. It is recommended to parse this output with tools like [jq](https://stedolan.github.io/jq/) to extract the preferred fields. The following examples show how specific fields can be extracted.

requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
requests

0 commit comments

Comments
 (0)