Skip to content

Commit 10447a0

Browse files
committed
original package modified
1 parent bf65690 commit 10447a0

File tree

7 files changed

+144109
-0
lines changed

7 files changed

+144109
-0
lines changed

.gitignore

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,3 +60,7 @@ target/
6060

6161
#Ipython Notebook
6262
.ipynb_checkpoints
63+
64+
# pycharm
65+
./idea
66+
.idea/*

README.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,14 @@
11
# pylevy
2+
23
Levy distributions for Python
4+
======
5+
6+
To install, type:
7+
8+
python setup.py install
9+
10+
See source code of levy.py for usage. (Yes, I am lazy.)
11+
12+
13+
This software is distributed under the GPL, see the file LICENSE.
14+
It was written by Paul Harrison.

0 commit comments

Comments
 (0)