Skip to content

Commit

Permalink
Merge branch 'master' of github.com:pmelchior/pygmmis
Browse files Browse the repository at this point in the history
  • Loading branch information
pmelchior committed Mar 30, 2018
2 parents b4c474e + 12d5881 commit 425bf62
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
[![PyPI](https://img.shields.io/pypi/v/pygmmis.svg)](https://pypi.python.org/pypi/pygmmis/)
[![License](https://img.shields.io/github/license/pmelchior/pygmmis.svg)](https://github.com/pmelchior/pygmmis/blob/master/LICENSE.md)

# pyGMMis

Need a simple and powerful Gaussian-mixture code in pure python? It can be as easy as this:
Expand Down Expand Up @@ -29,7 +32,15 @@ The code is written in pure python (developed and tested in 2.7), parallelized w

More details are in the paper of [Melchior & Goulding (2016)](http://arxiv.org/abs/1611.05806). Please cite the paper if you make use of this code.

## Prerequisites
## Installation and Prerequisites

You can either clone the repo and install by `python setup.py install` or get the latest release with

```
pip install pygmmis
```

Dependencies:

* numpy
* scipy
Expand Down

0 comments on commit 425bf62

Please sign in to comment.