Skip to content

Commit

Permalink
Added information about scipy installation on Windows.
Browse files Browse the repository at this point in the history
  • Loading branch information
AznStevy authored Aug 20, 2016
1 parent 06e7084 commit eb89dea
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:

0 comments on commit eb89dea

Please sign in to comment.