summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md5
1 files changed, 3 insertions, 2 deletions
diff --git a/README.md b/README.md
index b256350..60bb411 100644
--- a/README.md
+++ b/README.md
@@ -10,10 +10,11 @@ AutoVideosLive uses your GPU to create AutoVideos very quickly and play them as
+ PyOpenCL
+ numpy
+ PIL
-+ ImageTk
On Debian/Ubuntu, the libraries can be installed using:
-`sudo apt-get install python python-pyopencl python-numpy python-pil python-imaging-tk`
+```
+sudo apt-get install python python-pyopencl python-numpy python-pil
+```
Or you can use [pip](https://pip.pypa.io/en/stable/) to install them.
AutoVideos is a computer program that generates images by using Markov Chains to generate random functions so that the colour of each pixel is dependent on its x and y position and time during the video.