summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Readme.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/Readme.md b/Readme.md
index 8b84ebd..aa1078e 100644
--- a/Readme.md
+++ b/Readme.md
@@ -18,6 +18,7 @@ To use PySpike you need Python installed with the following additional packages:
In particular, make sure that [cython](http://www.cython.org) is configured properly and able to locate a C compiler.
To install PySpike, simply download the source, i.e. via git, and run the setup.py script:
+
git clone ...
cd PySpike
python setup.py build_ext --inplace