chg: [doc] fix README for poetry installation

This commit is contained in:
Alexandre Dulaunoy 2020-04-15 14:03:27 +02:00
parent d0fe154c6e
commit 5653e13edc
Signed by: adulau
GPG key ID: 09E2CD4944E6CBCD

View file

@ -22,8 +22,9 @@ added automatically in the output.
git-vuln-finder can be install with poetry. If you don't have poetry installed, you can do the following `curl -sSL https://raw.githubusercontent.com/python-poetry/poetry/master/get-poetry.py | python`.
~~~bash
$ poetry install git-vuln-finder
$ poetry install
$ poetry shell
$ git-vuln-finder -h
~~~
You can also use ``pip``. Then just import it: