Skip to content

Commit 7cb6455

Browse files
authored
Added mention of binary distribution (#1234)
1 parent 8462813 commit 7cb6455

File tree

1 file changed

+18
-1
lines changed

1 file changed

+18
-1
lines changed

doc/source/python.rst

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,25 @@
11
Installing DyNet for Python
22
===========================
33

4+
Installing a Release CPU Version
5+
--------------------------------
6+
47
Python bindings to DyNet are supported for both Python 2.x and 3.x.
5-
Before installing DyNet, you will need to make sure that several packages are installed.
8+
If you want to install a release version of DyNet and don't need to run on GPU, you can
9+
simply run
10+
11+
::
12+
13+
pip install dynet
14+
15+
16+
Installing a Cutting-edge and/or GPU Version
17+
--------------------------------------------
18+
19+
If you want the most recent features of DyNet from the development branch, or want GPU
20+
compute capability, you'll want to install DyNet from source.
21+
22+
Before doing so, you will need to make sure that several packages are installed.
623
For example on **Ubuntu Linux**:
724

825
::

0 commit comments

Comments
 (0)