summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorpommicket <leonardomtenenbaum@gmail.com>2015-09-12 15:15:41 -0400
committerpommicket <leonardomtenenbaum@gmail.com>2015-09-12 15:15:41 -0400
commit2bb9926748d1a800ccaab943830ca9cc77772151 (patch)
treed62262d456132b79cf2fd5d41321919fb11b2a42 /README.md
parentf54d849d79945496e7998d0e3580fb43184006ab (diff)
Edited readme
Diffstat (limited to 'README.md')
-rw-r--r--README.md10
1 files changed, 10 insertions, 0 deletions
diff --git a/README.md b/README.md
index 60bb411..163e7b7 100644
--- a/README.md
+++ b/README.md
@@ -15,6 +15,16 @@ 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.