From d236de82f5ebc3e41ef49acad6a99797ce4406c4 Mon Sep 17 00:00:00 2001 From: Christoph Groth <christoph.groth@cea.fr> Date: Fri, 16 Jun 2017 17:04:06 +0200 Subject: [PATCH] add python3-sympy to the list of DEBs kwant depends on --- INSTALL.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/INSTALL.rst b/INSTALL.rst index 882e8e16..ad6419cb 100644 --- a/INSTALL.rst +++ b/INSTALL.rst @@ -188,7 +188,7 @@ root. 1. Install the required packages. On Debian-based systems like Ubuntu this can be done by running the command :: - sudo apt-get install python3-dev python3-scipy python3-matplotlib python3-pytest g++ gfortran libopenblas-dev liblapack-dev libmumps-scotch-dev + sudo apt-get install python3-dev python3-scipy python3-matplotlib python3-pytest python3-sympy g++ gfortran libopenblas-dev liblapack-dev libmumps-scotch-dev 2. Unpack Tinyarray, enter its directory. To build and install, run :: -- GitLab