summaryrefslogtreecommitdiff
path: root/src/cython/doc/installation.rst
diff options
context:
space:
mode:
authorvrouvrea <vrouvrea@636b058d-ea47-450e-bf9e-a15bfbe3eedb>2017-03-31 09:03:01 +0000
committervrouvrea <vrouvrea@636b058d-ea47-450e-bf9e-a15bfbe3eedb>2017-03-31 09:03:01 +0000
commita445575a408258af880e2a2a100365388ad4c0cc (patch)
tree7c4537e26f0d44a9a9536bbc6bc003f50f543aba /src/cython/doc/installation.rst
parent4f9b8bfc0c75fcc0e23ce9859224fd889f365a2d (diff)
PR : Typo in installation doc
git-svn-id: svn+ssh://scm.gforge.inria.fr/svnroot/gudhi/branches/ST_cythonize@2292 636b058d-ea47-450e-bf9e-a15bfbe3eedb Former-commit-id: 9b048844ac0bd0a7e4485b24b06d7a11ce9f9274
Diffstat (limited to 'src/cython/doc/installation.rst')
-rw-r--r--src/cython/doc/installation.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/cython/doc/installation.rst b/src/cython/doc/installation.rst
index e7d8c210..5b1e545d 100644
--- a/src/cython/doc/installation.rst
+++ b/src/cython/doc/installation.rst
@@ -33,9 +33,9 @@ following command in a terminal:
.. code-block:: bash
- cd /path-to-gudhi/build/src/cython
+ cd /path-to-gudhi/build/cython
# For windows, you have to set PYTHONPATH environment variable
- export PYTHONPATH='$PYTHONPATH:/path-to-gudhi/build/src/cython'
+ export PYTHONPATH='$PYTHONPATH:/path-to-gudhi/build/cython'
py.test
Documentation