mirror of
https://github.com/ail-project/ail-framework.git
synced 2024-11-10 08:38:28 +00:00
fix: [Install] add python and package requirements
This commit is contained in:
parent
a94a0fe1a7
commit
86cacbc51f
2 changed files with 3 additions and 1 deletions
|
@ -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
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue