mirror of https://github.com/MISP/PyMISP
5 lines
113 B
Bash
5 lines
113 B
Bash
|
#!/bin/bash
|
||
|
virtualenv -p python3 serv-env
|
||
|
. ./serv-env/bin/activate
|
||
|
pip3 install -U flask Flask-AutoIndex redis
|