Skip to content

Commit

Permalink
add brew instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewjpage committed Jul 10, 2015
1 parent 672aaa9 commit b16fbb4
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,17 @@ Python3 wrapper for running MUMmer and parsing the output.
Installation
------------

###Homebrew/LinuxBrew###
```
brew tap homebrew/python
brew install pymummer
```

##Pip
###Pre-requisites###

The MUMmer package must be installed.
Instructions to install MUMmer can be found [here](http://mummer.sourceforge.net/manual/#installation)


###Installation###

Expand Down

0 comments on commit b16fbb4

Please sign in to comment.