Skip to content

Commit

Permalink
Add dill to requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
bartvm committed Jan 19, 2015
1 parent 752b30f commit 54a80a3
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions docs/setup.rst
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,12 @@ version from GitHub.

Requirements
------------
Blocks' only requirements are Theano and six. We develop using the bleeding-edge
version of Theano, so be sure to follow the `relevant installation
instructions`_ to make sure that your Theano version is up to date.
Blocks' requirements are dill_, Theano_ and six_. We develop using the
bleeding-edge version of Theano, so be sure to follow the `relevant
installation instructions`_ to make sure that your Theano version is up to
date.

.. _dill: https://github.com/uqfoundation/dill
.. _Theano: http://deeplearning.net/software/theano/
.. _six: http://pythonhosted.org/six/
.. _relevant installation instructions: http://deeplearning.net/software/theano/install.html#bleeding-edge-install-instructions

0 comments on commit 54a80a3

Please sign in to comment.