Skip to content

Commit

Permalink
Format fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jr-garcia committed Jul 31, 2016
1 parent 54133c4 commit ae77d21
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions README.md
Expand Up @@ -27,12 +27,12 @@ This builds on the original repository to complete the needed parts to allow com

* Set the required system (boost or cython) by setting an evironment variable with name MN_BUILD.
Example in Linux:
```bash
export MN_BUILD=cython
```
```bash
export MN_BUILD=cython
```

* then, the usual:
```bash
python setup.py build_ext
python setup.py install
```
```bash
python setup.py build_ext
python setup.py install
```

0 comments on commit ae77d21

Please sign in to comment.