From 5d983d61c235e4f725d525b6017a5b2677b4dec0 Mon Sep 17 00:00:00 2001 From: Justin Kunimune Date: Mon, 25 Feb 2019 09:50:32 -0500 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 65ebd55..f5b0dad 100644 --- a/README.md +++ b/README.md @@ -8,8 +8,8 @@ If you are not on Windows or are otherwise not fancy enough to deserve such exec You could also compile and run the source code, but if you do, there are a few dependencies. The Java dependencies can be obtained as .jar files: -* [Apache Commons Mathematics Library](http://commons.apache.org/proper/commons-math/download_math.cgi) -* [Java Tools for Experimental Mathematics "ellipticFunctions" package](http://www3.math.tu-berlin.de/jtem/downloads.html), which requires their "mfc" package +* [Apache Commons Mathematics Library](http://commons.apache.org/proper/commons-math/download_math.cgi) (you can just download and unzip the whole thing) +* [Java Tools for Experimental Mathematics "ellipticFunctions" package](http://www3.math.tu-berlin.de/jtem/downloads.html) (you only need "ellipticFunctions.jar" and "mfc.jar") If you want to use the Python, you'll need a couple of packages from [PyPI](https://pypi.python.org/pypi). Just install Python 3 and pip, and then call the following from a command line (or use Anaconda or something, I don't know. Up to you). ~~~~