# HG changeset patch # User Jeff Hammel # Date 1457642186 28800 # Node ID f9c87cba1df3030a7edff8412da1c053d661c53a # Parent c4a5adc2d8f20b0127b8ce468eb46d434f72d835 clean off some dust diff -r c4a5adc2d8f2 -r f9c87cba1df3 README.txt --- 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 diff -r c4a5adc2d8f2 -r f9c87cba1df3 setup.py --- 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',