From 81e37c67410827164c1f0f7ae34dfaee64240513 Mon Sep 17 00:00:00 2001 From: Joseph Weston <joseph.weston08@gmail.com> Date: Mon, 22 May 2017 14:42:07 +0200 Subject: [PATCH] add sympy and pytest as dependencies for windows installation --- content/install.rst | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/content/install.rst b/content/install.rst index 0a9cfb8..a8b121a 100644 --- a/content/install.rst +++ b/content/install.rst @@ -189,8 +189,9 @@ of Python 3, Kwant, and its dependencies. download at least `NumPy <http://www.lfd.uci.edu/~gohlke/pythonlibs/#numpy>`_, `SciPy <http://www.lfd.uci.edu/~gohlke/pythonlibs/#scipy>`_, `Matplotlib - <http://www.lfd.uci.edu/~gohlke/pythonlibs/#matplotlib>`_, `Nose - <http://www.lfd.uci.edu/~gohlke/pythonlibs/#nose>`_, `Six + <http://www.lfd.uci.edu/~gohlke/pythonlibs/#matplotlib>`_, `Sympy + <http://www.lfd.uci.edu/~gohlke/pythonlibs/#sympy>`_, `Pytest + <http://www.lfd.uci.edu/~gohlke/pythonlibs/#pytest>`_, `Six <http://www.lfd.uci.edu/~gohlke/pythonlibs/#six>`_, `Tinyarray <http://www.lfd.uci.edu/~gohlke/pythonlibs/#tinyarray>`_, and `Kwant <http://www.lfd.uci.edu/~gohlke/pythonlibs/#kwant>`_ itself. Make sure to -- GitLab