mirror of https://github.com/MISP/PyMISP
fix: issue with readme
parent
732908a1d3
commit
8673483b3a
|
@ -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]
|
||||
|
|
Loading…
Reference in New Issue