diff --git a/README.md b/README.md index 058b5b9..5d77438 100644 --- a/README.md +++ b/README.md @@ -1,14 +1,16 @@ # pylevy -Levy distributions for Python +## Levy distributions for Python ====== To install, type: python setup.py install -See source code of levy.py for usage. (Yes, I am lazy.) +See source code of levy.py for usage. + +The package allows to sample random Levy numbers, fit them, and compute the Levy distribution. This software is distributed under the GPL, see the file LICENSE. -It was written by Paul Harrison. +It was written by Paul Harrison and José Maria Miotto.