summaryrefslogtreecommitdiff
path: root/Readme
diff options
context:
space:
mode:
authorMario Mulansky <mario.mulansky@gmx.net>2014-10-01 17:01:07 +0200
committerMario Mulansky <mario.mulansky@gmx.net>2014-10-01 17:01:07 +0200
commit47c9bfc45db078d9a134a7b2b10dcf0cc6556641 (patch)
tree1ed0cda446cc6e842bb449ee32efde9c09201827 /Readme
parent9335f9a4f78b561b8c875704a2e52ba27a45ad9b (diff)
switched from pyximport to distutils
Diffstat (limited to 'Readme')
-rw-r--r--Readme4
1 files changed, 4 insertions, 0 deletions
diff --git a/Readme b/Readme
index 39bd308..786ee87 100644
--- a/Readme
+++ b/Readme
@@ -1,3 +1,7 @@
Python Codes for Measuring Spike Synchrony
+before using the module you should compile the cython backend via:
+
+python setup.py build_ext --inplace
+
Mario Mulansky (2014)