summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorpommicket <leonardomtenenbaum@gmail.com>2015-09-09 17:21:41 -0400
committerpommicket <leonardomtenenbaum@gmail.com>2015-09-09 17:21:41 -0400
commitad8cfbc9928bd68920cf4dc8344668007d6a4acb (patch)
treefad7d131c5355a4d03f7aa4a2f6da908a1235cba
parente024696585fe21ef0a97cd1520130fb1f3c4faf3 (diff)
Edited readme
-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`