summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorpommicket <leonardomtenenbaum@gmail.com>2015-09-08 21:12:38 -0400
committerpommicket <leonardomtenenbaum@gmail.com>2015-09-08 21:12:38 -0400
commite024696585fe21ef0a97cd1520130fb1f3c4faf3 (patch)
tree76a65968f69b9e6e85de9749cf37d9a7fa791b22
parentade653b5271b44c898bcdfe79b2133c0eec02048 (diff)
parente800b817885f2e6844d135d42fc5e612016d90f7 (diff)
Merge branch 'master' of https://github.com/pommicket/AutoVideosLive
-rw-r--r--README.md15
1 files changed, 15 insertions, 0 deletions
diff --git a/README.md b/README.md
index 3c1b1fb..b6925ec 100644
--- a/README.md
+++ b/README.md
@@ -1,2 +1,17 @@
# AutoVideosLive
AutoVideos that play live using OpenCL.
+
+AutoVideosLive uses your GPU to create AutoVideos very quickly and play them as they are being created.
+
+**AutoVideosLive requires the following dependencies:**
+AutoVideosLive requires Python, PyOpenCL, numpy, PIL, and ImageTk.
+On Debian, 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`
+
+
+AutoVideos: 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.
+