Skip to content

Commit

Permalink
README: add notes for installing supported blocks version
Browse files Browse the repository at this point in the history
  • Loading branch information
dribnet committed Jun 26, 2015
1 parent 100a21a commit ef897a6
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,20 @@ This will install all the other dependencies for you (Theano, Fuel, etc.).
* [Fuel](https://github.com/bartvm/fuel)
* [picklable_itertools](https://github.com/dwf/picklable_itertools)

Draw currently works with the "cutting-edge development version". But since the API is subject to change,
you might consider installing this known to be supported version:

```
pip install --upgrade git+git://github.com/mila-udem/blocks.git@c528d097 \
-r https://raw.githubusercontent.com/mila-udem/blocks/master/requirements.txt
```

You also need to install

* [Bokeh](http://bokeh.pydata.org/en/latest/docs/installation.html) 0.8.1+
* [ipdb](https://pypi.python.org/pypi/ipdb)
* [ImageMagick](http://www.imagemagick.org/)


Data
----
You need to set the location of your data directory:
Expand Down

0 comments on commit ef897a6

Please sign in to comment.