summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorpommicket <leonardomtenenbaum@gmail.com>2015-09-10 17:14:37 -0400
committerpommicket <leonardomtenenbaum@gmail.com>2015-09-10 17:14:37 -0400
commite513812095cf9bba46ce4b4a0460b16abe73486c (patch)
treef710a4529a55325be23f0a01b3b9cd3e6cb4f86c /README.md
parent88f3f029420b4f73e7279c1cd9be113189c850f3 (diff)
Edited readme
Diffstat (limited to 'README.md')
-rw-r--r--README.md9
1 files changed, 7 insertions, 2 deletions
diff --git a/README.md b/README.md
index 01c76ae..1816aa5 100644
--- a/README.md
+++ b/README.md
@@ -6,12 +6,17 @@ AutoVideos, AutoImages, and AutoAudio can be found [here](https://github.com/pom
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.
++ Python
++ 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`
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.
+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.