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::