mirror of https://github.com/MISP/PyMISP
Added install script
parent
c04a3709f9
commit
61ce67cd1c
|
@ -0,0 +1,4 @@
|
|||
#!/bin/bash
|
||||
virtualenv -p python3 serv-env
|
||||
. ./serv-env/bin/activate
|
||||
pip3 install -U flask Flask-AutoIndex redis
|
Loading…
Reference in New Issue