From 544d9867bd9b7acf6d1ca5e1a46f3d6d9ca333d8 Mon Sep 17 00:00:00 2001 From: Manodeep Sinha Date: Fri, 5 Feb 2016 09:13:25 +1100 Subject: [PATCH] Update README.md --- README.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 4144889e..465de201 100644 --- a/README.md +++ b/README.md @@ -23,8 +23,12 @@ contains the associated paper to be published in Astronomy & Computing Journal ( ## Preferred Method -`git clone https://github.com/manodeep/Corrfunc/` - +``` +$ git clone https://github.com/manodeep/Corrfunc/ +$ make +$ make install +$ python setup.py install (--user) +``` Assuming you have `gcc` in your ``PATH``, `make` and `make install` should compile and install the C libraries + python extensions within the source directory. If you would like to install the python C extensions in your environment, then ``python setup.py install (--user)`` should be sufficient. ## Alternative