From 5653e13edc69b9c33eacf5ee469eddbcbdba4c21 Mon Sep 17 00:00:00 2001 From: Alexandre Dulaunoy Date: Wed, 15 Apr 2020 14:03:27 +0200 Subject: [PATCH] chg: [doc] fix README for poetry installation --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 607a90d..faef17d 100644 --- a/README.md +++ b/README.md @@ -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: