From: W. Trevor King Date: Sat, 20 Oct 2012 18:27:01 +0000 (-0400) Subject: README: mention that NumPy is now optional. X-Git-Url: http://git.tremily.us/?p=pygrader.git;a=commitdiff_plain;h=3d33c1554036f59be2099dffb20923ee02be4c51 README: mention that NumPy is now optional. --- diff --git a/README b/README index bfe78fd..057862a 100644 --- a/README +++ b/README @@ -26,13 +26,16 @@ Dependencies If you're installing by hand or packaging pycomedi for another distribution, you'll need the following dependencies: -======== =================== ================ ========================= -Package Purpose Debian_ Gentoo_ -======== =================== ================ ========================= -NumPy_ statistics python-numpy dev-python/numpy -pgp-mime_ secure email dev-python/pgp-mime [#pm] -nose_ testing (optional) python-nose dev-python/nose -========= =================== ================ ========================= +======== ===================== ================ ========================= +Package Purpose Debian_ Gentoo_ +======== ===================== ================ ========================= +pgp-mime_ secure email dev-python/pgp-mime [#pm] +nose_ testing (optional) python-nose dev-python/nose +NumPy_ statistics (optional) python-numpy dev-python/numpy +========= ===================== ================ ========================= + +If NumPy is not installed, we'll fall back to internal implementations +of the various statistical calculations. If you are developing ``pygrader``, you can use `update-copyright`_ to keep the copyright blurbs up to date.