-
Notifications
You must be signed in to change notification settings - Fork 18
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
bf65690
commit 10447a0
Showing
7 changed files
with
144,109 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -60,3 +60,7 @@ target/ | |
|
||
#Ipython Notebook | ||
.ipynb_checkpoints | ||
|
||
# pycharm | ||
./idea | ||
.idea/* |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |
Oops, something went wrong.