From 8673483b3abaab0399055c9f8abb79ce9bec10f2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rapha=C3=ABl=20Vinot?= Date: Thu, 6 Feb 2020 10:35:23 +0100 Subject: [PATCH] fix: issue with readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f3e79a3..a418367 100644 --- a/README.md +++ b/README.md @@ -40,7 +40,7 @@ It is recommended to use virtualenv to not polute your OS python envirenment. ``` pip3 install virtualenv git clone https://github.com/MISP/PyMISP.git && cd PyMISP -python3 -m venv ./ +python3 -m venv ./venv source venv/bin/activate git submodule update --init pip3 install -I .[fileobjects,neo,openioc,virustotal]