From a4aea56cda756aac4e1990ff366b3ae90a49ae0b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rapha=C3=ABl=20Vinot?= Date: Mon, 21 Jan 2019 14:52:10 +0100 Subject: [PATCH] chg: Update readme to use pipenv --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index b4a7dfb..730ff52 100644 --- a/README.md +++ b/README.md @@ -166,8 +166,10 @@ sudo make install # Update Shared libs sudo ldconfig +(sudo) pip install (--user) pipenv + # Install other python requirements -pip3 install -r requirements.txt +pipenv install # Test if the script is working ./mail_to_misp.py -h