Skip to content

Commit 363a8cc

Browse files
committed
Small fix to doc
Former-commit-id: 78f7bed
1 parent 3b79b23 commit 363a8cc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/source/python.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,9 +59,9 @@ The following is a list of all the commands needed to perform a manual install:
5959
cd dynet
6060
mkdir build
6161
cd build
62-
# without GPU support:
62+
# without GPU support (if you get an error that Eigen cannot be found, try using the full path to Eigen)
6363
cmake .. -DEIGEN3_INCLUDE_DIR=../../eigen -DPYTHON=`which python`
64-
# or with GPU support:
64+
# or with GPU support (if you get an error that Eigen cannot be found, try using the full path to Eigen)
6565
cmake .. -DEIGEN3_INCLUDE_DIR=../../eigen -DPYTHON=`which python` -DBACKEND=cuda
6666
6767
make -j 2 # replace 2 with the number of available cores

0 commit comments

Comments
 (0)