Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
manodeep committed Feb 4, 2016
1 parent cea9af1 commit 544d986
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 544d986

Please sign in to comment.