Skip to content

Commit

Permalink
original package modified
Browse files Browse the repository at this point in the history
  • Loading branch information
josemiotto committed May 9, 2016
1 parent bf65690 commit 10447a0
Show file tree
Hide file tree
Showing 7 changed files with 144,109 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -60,3 +60,7 @@ target/

#Ipython Notebook
.ipynb_checkpoints

# pycharm
./idea
.idea/*
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,14 @@
# pylevy

Levy distributions for Python
======

To install, type:

python setup.py install

See source code of levy.py for usage. (Yes, I am lazy.)


This software is distributed under the GPL, see the file LICENSE.
It was written by Paul Harrison.
Loading

0 comments on commit 10447a0

Please sign in to comment.