~martijnbraam/certtool

8356e70df9d9254e783f7485bd8eafa727e66bb3 — Martijn Braam 1 year, 10 months ago 2be7daf
Add installation
1 files changed, 11 insertions(+), 1 deletions(-)

M README.md
M README.md => README.md +11 -1
@@ 50,4 50,14 @@ options:
  --pop3s, --no-pop3s  Check pop3s (default: False)
  --smtps, --no-smtps  Check smtp (default: False)
  --port PORT          Check a specific port
```
\ No newline at end of file
```

## Installation

The tool can be installed with a regular `python3 setup.py install` or installed from pypi with

```shell-session
# pip3 install certtool
```

The package depends on `pyopenssl` and `colorama`
\ No newline at end of file