diff options
author | pommicket <leonardomtenenbaum@gmail.com> | 2015-09-09 17:21:41 -0400 |
---|---|---|
committer | pommicket <leonardomtenenbaum@gmail.com> | 2015-09-09 17:21:41 -0400 |
commit | ad8cfbc9928bd68920cf4dc8344668007d6a4acb (patch) | |
tree | fad7d131c5355a4d03f7aa4a2f6da908a1235cba | |
parent | e024696585fe21ef0a97cd1520130fb1f3c4faf3 (diff) |
Edited readme
-rw-r--r-- | README.md | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -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` |