Skip to content

Commit

Permalink
README: add instructions for installing compatible version of blocks
Browse files Browse the repository at this point in the history
  • Loading branch information
dribnet committed Jun 24, 2015
1 parent cc09168 commit 4509fb4
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,13 @@ 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)

After installing blocks, you will need to re-install against this goldilocks commit (master is too hot, and stable is too cold!):

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

You also need to install

* [Bokeh](http://bokeh.pydata.org/en/latest/docs/installation.html) 0.8.1+
Expand Down

0 comments on commit 4509fb4

Please sign in to comment.