Merge pull request #1589 from thomai/patch-1

Added python-setuptools for ubuntu install howto
pull/1591/head
Alexandre Dulaunoy 2016-09-30 15:46:16 +02:00 committed by GitHub
commit 5717abda8f
1 changed files with 1 additions and 1 deletions

View File

@ -66,7 +66,7 @@ sudo -u www-data git checkout tags/$(git describe --tags `git rev-list --tags --
sudo -u www-data git config core.filemode false
# install Mitre's STIX and its dependencies by running the following commands:
sudo apt-get install python-dev python-pip libxml2-dev libxslt1-dev zlib1g-dev
sudo apt-get install python-dev python-pip libxml2-dev libxslt1-dev zlib1g-dev python-setuptools
cd /var/www/MISP/app/files/scripts
sudo -u www-data git clone https://github.com/CybOXProject/python-cybox.git
sudo -u www-data git clone https://github.com/STIXProject/python-stix.git