smarcet d6be33147b Fixed spam user process emails
Change-Id: I3b550192c55eee82162f2535ca0368605a9fda0c
Signed-off-by: smarcet <smarcet@gmail.com>
2020-04-01 12:52:18 -03:00
..
2020-03-11 13:44:58 -03:00
2020-03-11 13:44:58 -03:00
2020-03-11 13:44:58 -03:00
2020-03-11 13:44:58 -03:00
2020-03-11 13:44:58 -03:00
2020-03-11 13:44:58 -03:00
2020-03-20 20:39:12 -03:00

Dependencies

$ sudo apt update
$ sudo apt install python3-pip python3-dev build-essential libssl-dev libffi-dev python3-setuptools python3-venv 
libmysqlclient-dev

Virtual Env

$ python3.6 -m venv env

$ source env/bin/activate

$ pip install -r requirements.txt