fix: [Install] add python and package requirements

This commit is contained in:
Terrtia 2018-09-12 19:30:00 +02:00
parent a94a0fe1a7
commit 86cacbc51f
No known key found for this signature in database
GPG key ID: 1E1B1F50D84613D0
2 changed files with 3 additions and 1 deletions

View file

@ -7,6 +7,8 @@ Create statistics pie charts by tld
Default tld: lu Default tld: lu
''' '''
import matplotlib
matplotlib.use('Agg')
import os import os
import sys import sys
import redis import redis

View file

@ -5,7 +5,7 @@ set -x
sudo apt-get update sudo apt-get update
sudo apt-get install python3-pip python-virtualenv python3-dev libfreetype6-dev \ sudo apt-get install python3-pip python-virtualenv python3-dev python3-tk libfreetype6-dev \
screen g++ python-tk unzip libsnappy-dev cmake -y screen g++ python-tk unzip libsnappy-dev cmake -y
#optional tor install #optional tor install