Skip to content

Commit

Permalink
Added mention of binary distribution (#1234)
Browse files Browse the repository at this point in the history
  • Loading branch information
neubig committed Feb 9, 2018
1 parent 8462813 commit 7cb6455
Showing 1 changed file with 18 additions and 1 deletion.
19 changes: 18 additions & 1 deletion doc/source/python.rst
@@ -1,8 +1,25 @@
Installing DyNet for Python
===========================

Installing a Release CPU Version
--------------------------------

Python bindings to DyNet are supported for both Python 2.x and 3.x.
Before installing DyNet, you will need to make sure that several packages are installed.
If you want to install a release version of DyNet and don't need to run on GPU, you can
simply run

::

pip install dynet


Installing a Cutting-edge and/or GPU Version
--------------------------------------------

If you want the most recent features of DyNet from the development branch, or want GPU
compute capability, you'll want to install DyNet from source.

Before doing so, you will need to make sure that several packages are installed.
For example on **Ubuntu Linux**:

::
Expand Down

0 comments on commit 7cb6455

Please sign in to comment.