From 392faf12949118545e134ac394a2f3508710757f Mon Sep 17 00:00:00 2001 From: poikilos <7557867+poikilos@users.noreply.github.com> Date: Fri, 19 Feb 2016 08:42:14 -0500 Subject: [PATCH] update readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e5f3a72..7594c84 100644 --- a/README.md +++ b/README.md @@ -33,7 +33,7 @@ This program comes without any warranty, to the extent permitted by applicable l http://www.lfd.uci.edu/~gohlke/pythonlibs/#numpy then: cd to the folder where you downloaded the whl file - C:\python27\python -m pip install "numpy-1.10.4+mkl-cp27-cp27m-win32.whl" + `C:\python27\python -m pip install "numpy-1.10.4+mkl-cp27-cp27m-win32.whl"` (but put your specific downloaded whl file instead) * Pillow (instead of PIL (Python Imaging Library) which is a pain on Windows): there is a PIL installer wheel for Python such as 2.7 here: http://www.lfd.uci.edu/~gohlke/pythonlibs/