diff --git a/.gitignore b/.gitignore index 57b0c65..7130ffe 100644 --- a/.gitignore +++ b/.gitignore @@ -7,6 +7,7 @@ # Python egg metadata /*.egg-info /*.egg +/*.eggs # Mac OS .DS_Store diff --git a/README.rst b/README.rst index 3364906..49c23cd 100644 --- a/README.rst +++ b/README.rst @@ -21,10 +21,11 @@ Further reading: Installation ------------ -:: +Download or clone the package. In the main directory execute:: - pip install colorednoise + pip install . +pyPI submission is in progress. Dependencies ------------