Skip to content

Commit

Permalink
Small fix to doc
Browse files Browse the repository at this point in the history
Former-commit-id: 78f7bed
  • Loading branch information
neubig committed Jun 28, 2017
1 parent 3b79b23 commit 363a8cc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/source/python.rst
Expand Up @@ -59,9 +59,9 @@ The following is a list of all the commands needed to perform a manual install:
cd dynet
mkdir build
cd build
# without GPU support:
# without GPU support (if you get an error that Eigen cannot be found, try using the full path to Eigen)
cmake .. -DEIGEN3_INCLUDE_DIR=../../eigen -DPYTHON=`which python`
# or with GPU support:
# or with GPU support (if you get an error that Eigen cannot be found, try using the full path to Eigen)
cmake .. -DEIGEN3_INCLUDE_DIR=../../eigen -DPYTHON=`which python` -DBACKEND=cuda
make -j 2 # replace 2 with the number of available cores
Expand Down

0 comments on commit 363a8cc

Please sign in to comment.