From 52a0e0ad64ea3f057f6de96c30286e72712b5671 Mon Sep 17 00:00:00 2001 From: Valentin Valls Date: Sat, 30 Nov 2019 14:34:02 +0100 Subject: [PATCH] Update dependencies --- README.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index 474fde7..78cb178 100644 --- a/README.rst +++ b/README.rst @@ -17,10 +17,10 @@ To use the SDK, developers should adjust their LV2_PATH to where LV2 bundles res Build ------- -We use lilv to scan plugins, phantomjs to render screenshots and `pillow`_ to build png images. +We use python 3.5, `lilv` to scan plugins, `phantomjs` to render screenshots and `pillow`_ to build png images. If you use a Debian-based GNU/Linux distribution (like Ubuntu), you can install all this with:: - $ sudo apt-get install build-essential liblilv-dev phantomjs python3-pil python3-pystache python3-tornado python3-setuptools + $ sudo apt-get install build-essential liblilv-dev phantomjs python3-pil python3-pystache python3-tornado python3-setuptools python3-pyinotify After you have all dependencies installed, build it with::