summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 1 insertions, 3 deletions
diff --git a/README.md b/README.md
index b6925ec..14ebc40 100644
--- a/README.md
+++ b/README.md
@@ -5,10 +5,8 @@ AutoVideosLive uses your GPU to create AutoVideos very quickly and play them as
**AutoVideosLive requires the following dependencies:**
AutoVideosLive requires Python, PyOpenCL, numpy, PIL, and ImageTk.
-On Debian, the libraries can be installed using:
+On Debian/Ubuntu, the libraries can be installed using:
`sudo apt-get install python python-pyopencl python-numpy python-pil python-imaging-tk`
-On Ubuntu, all the libraries except PyOpenCL can be installed using:
-`sudo apt-get install python python-numpy python-pil python-imaging-tk`
Or you can use pip and install them using:
`sudo pip install opencl-for-python numpy PIL`