diff options
author | pommicket <leonardomtenenbaum@gmail.com> | 2015-09-19 10:00:11 -0400 |
---|---|---|
committer | pommicket <leonardomtenenbaum@gmail.com> | 2015-09-19 10:00:11 -0400 |
commit | dd9b7d728478d19e72af89b1d7b18ddfc898c221 (patch) | |
tree | 085c7032b1830e050ef7f9dad0c229befcd0a163 | |
parent | aa3ecf55f0967ac6306d156a5ef12a2a4375f172 (diff) |
Edited readme
-rw-r--r-- | README.md | 9 |
1 files changed, 0 insertions, 9 deletions
@@ -16,15 +16,6 @@ On Debian/Ubuntu, the libraries can be installed using: sudo apt-get install python python-pyopencl python-numpy python-pil ``` -If you get the following error: -``` -pyopencl.LogicError: Context failed: invalid value -``` -Just uncomment (remove the # at the start of the line) this: -``` -GPU.platform_id = -1 -``` - 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. |