update to python 3.6
This commit is contained in:
parent
ee586ee194
commit
c43ccd319d
1 changed files with 3 additions and 3 deletions
|
@ -36,9 +36,9 @@ To update to latest version:
|
||||||
|
|
||||||
./ctl update
|
./ctl update
|
||||||
|
|
||||||
On Linux you need a working python3.4 installation with pillow, python-lxml, pyOpenSSL and pyCrypto and popler-utils:
|
On Linux you need a working python3.6 installation with pillow, python-lxml, pyOpenSSL and pyCrypto and popler-utils:
|
||||||
|
|
||||||
apt-get install python3.4 python3-pil python3-lxml \
|
apt-get install python3.6 python3-pil python3-lxml \
|
||||||
python3-openssl python3-crypto poppler-utils \
|
python3-openssl python3-crypto poppler-utils \
|
||||||
libevent-2.0-5
|
libevent-2.0-5
|
||||||
|
|
||||||
|
@ -46,7 +46,7 @@ Platform
|
||||||
----------
|
----------
|
||||||
|
|
||||||
If you install Open Media Library on a architecture/os that is currently
|
If you install Open Media Library on a architecture/os that is currently
|
||||||
not supported, you need a working python 3.4 installation and the dependencies
|
not supported, you need a working python 3.6 installation and the dependencies
|
||||||
listed in requirements.txt and requirements-shared.txt:
|
listed in requirements.txt and requirements-shared.txt:
|
||||||
|
|
||||||
pip3 install -r requirements.txt
|
pip3 install -r requirements.txt
|
||||||
|
|
Loading…
Reference in a new issue