diff options
| author | Adam Janovsky | 2022-04-26 16:10:36 +0200 |
|---|---|---|
| committer | Adam Janovsky | 2022-04-26 16:10:36 +0200 |
| commit | e6a433e86be235cb4bfc0b80bcef719df42812d7 (patch) | |
| tree | 680d7bda871fb2b898dc9093ebaef3d0fbf49fa9 /docs/quickstart.md | |
| parent | 8e7a3d8a172f62e13833f4d033b52e0cd38d66f6 (diff) | |
| download | sec-certs-e6a433e86be235cb4bfc0b80bcef719df42812d7.tar.gz sec-certs-e6a433e86be235cb4bfc0b80bcef719df42812d7.tar.zst sec-certs-e6a433e86be235cb4bfc0b80bcef719df42812d7.zip | |
add simple installation instr. and quickstart
Diffstat (limited to 'docs/quickstart.md')
| -rw-r--r-- | docs/quickstart.md | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/quickstart.md b/docs/quickstart.md index b40bab01..74285025 100644 --- a/docs/quickstart.md +++ b/docs/quickstart.md @@ -1,3 +1,4 @@ # Quickstart -TBA
\ No newline at end of file +1. Install the latest version with `pip install -U sec-certs` (see [installation](installation.md)). +2. Use either `cc_cli.py` or `fips_cli.py` for full-fledged processing of the certificate pipeline, or explore the [dataset notebook](notebooks/dataset.ipynb). |
