Update page 'UpgradeToPython3'

j 2017-12-24 13:25:52 +00:00
parent 0a4d6553bf
commit d4d0ef78d4

14
UpgradeToPython3.md Normal file

@ -0,0 +1,14 @@
## Switching to python 3
### Install python3 and related system packages, in Ubuntu 16.04 / Debian:
apt-get install python3-setuptools python3-pip python3-venv \
python3-dev python3-pil python3-numpy python3-psycopg2 \
python3-pyinotify python3-simplejson python3-lxml \
python3-html5lib python3-ox ipython3
### Install python3 virtualenv as pandora user
./ctl init