summaryrefslogtreecommitdiff
path: root/src/cython/README
diff options
context:
space:
mode:
authorvrouvrea <vrouvrea@636b058d-ea47-450e-bf9e-a15bfbe3eedb>2016-05-09 10:59:11 +0000
committervrouvrea <vrouvrea@636b058d-ea47-450e-bf9e-a15bfbe3eedb>2016-05-09 10:59:11 +0000
commitd9780fc1fda42d78038c327b05203e55e3b40fd0 (patch)
tree1f2c4e3ef4fe3a6650bc0a556a508dadddd53b03 /src/cython/README
parent134aaa68ab6a5983a9569a123a18550535afa2ef (diff)
Directory re-organization for Gudhi modules
git-svn-id: svn+ssh://scm.gforge.inria.fr/svnroot/gudhi/branches/ST_cythonize@1154 636b058d-ea47-450e-bf9e-a15bfbe3eedb Former-commit-id: acfc931aee37c65ee2828e3873e9727b308e5d76
Diffstat (limited to 'src/cython/README')
-rw-r--r--src/cython/README3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/cython/README b/src/cython/README
new file mode 100644
index 00000000..7d2c4491
--- /dev/null
+++ b/src/cython/README
@@ -0,0 +1,3 @@
+
+If you do not want to install the package, just launch the following command to help Python to find the compiled package :
+$> export PYTHONPATH=`pwd`:$PYTHONPATH