changeset 176:f9c87cba1df3

clean off some dust
author Jeff Hammel <k0scist@gmail.com>
date Thu, 10 Mar 2016 12:36:26 -0800
parents c4a5adc2d8f2
children c2c86c37eadd
files README.txt setup.py
diffstat 2 files changed, 5 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/README.txt	Thu Mar 10 12:32:40 2016 -0800
+++ b/README.txt	Thu Mar 10 12:36:26 2016 -0800
@@ -4,6 +4,10 @@
 
 == Installation ==
 
+Because `numerics` is largely a bunch of experiments, it requires
+several packages.  Some of them *may* be challenging to install.
+Here's how, as best I know.
+
 === OSX ===
 
 http://superuser.com/questions/242190/how-to-install-matplotlib-on-os-x
--- a/setup.py	Thu Mar 10 12:32:40 2016 -0800
+++ b/setup.py	Thu Mar 10 12:36:26 2016 -0800
@@ -6,7 +6,7 @@
 
 import os
 
-version = "0.1"
+version = "0.2"
 dependencies = ['numpy',
                 'pandas',
                 'matplotlib',