From eb89dea1591cb6981a802eb16cb8c9522c57e2eb Mon Sep 17 00:00:00 2001 From: Stevy Date: Fri, 19 Aug 2016 23:02:47 -0400 Subject: [PATCH] Added information about scipy installation on Windows. --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 1487a6e..f136dc3 100644 --- a/README.md +++ b/README.md @@ -13,3 +13,11 @@ Oh. **Support** If you would like some support for these cogs because nothing ever works, you can talk to me in my testing/spam server, [bot testing](https://discord.gg/T5HHf7k). I don't bite, I promise :3 + +__Leveler Support__ - pip3 install scipy is known to not work on Windows (Linux should work fine). Scipy is NOT required, but needed for auto sidebar color generation. If it doesn't work, steps you can take include the following: + +1) Go to http://www.lfd.uci.edu/~gohlke/pythonlibs/#scipy to download your version and type in command prompt `pip install [Local File Location]`<- Your specific file such as scipy-0.16.0-cp27-none-win_amd64.whl. + +2) Visit http://stackoverflow.com/questions/28190534/windows-scipy-install-no-lapack-blas-resources-found (has similar solution) or try Googling some more. + +3) Come to the support server to complain c: