diff options
author | pommicket <leonardomtenenbaum@gmail.com> | 2015-09-12 15:11:23 -0400 |
---|---|---|
committer | pommicket <leonardomtenenbaum@gmail.com> | 2015-09-12 15:11:23 -0400 |
commit | c8ed51494c2a83987227fadcda60ce5f27c6ccc5 (patch) | |
tree | 72755fa1b465fc1010118bedd725791ee8ac725f | |
parent | 28a1d38fd77b11ca2326a9e422190a06cb778ae1 (diff) |
Edited readme
-rw-r--r-- | README.md | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -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. |