From 01ab7bf766e107e1ba4682a088dda5329457d630 Mon Sep 17 00:00:00 2001 From: Mike Lin Date: Wed, 24 Apr 2013 08:52:36 -0700 Subject: [PATCH] Update README --- README | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README b/README index 34a9efb..c4b8af9 100644 --- a/README +++ b/README @@ -31,9 +31,9 @@ shell environment by running: eval $(opam config env) [2] Install dependencies using OPAM -opam install batteries ocaml+twt gsl-ocaml +opam install batteries ocaml+twt gsl -The gsl-ocaml package may require you to separately install the GNU Scientific +The gsl package may require you to separately install the GNU Scientific Library (GSL) from: http://www.gnu.org/software/gsl/ On Debian/Ubuntu systems GSL is available in the 'libgsl0-dev' package, and on Mac OS X, 'gsl' is available in both Homebrew and MacPorts.