From 80ab77e8d93b11a620c33ec16ff6ac2759e93a9a Mon Sep 17 00:00:00 2001 From: Christoph Groth <christoph.groth@cea.fr> Date: Thu, 2 May 2013 10:28:35 +0200 Subject: [PATCH] do not use backslashes to escape newlines in INSTALL (can be confusing) --- INSTALL | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/INSTALL b/INSTALL index a0860c8..3c2a423 100644 --- a/INSTALL +++ b/INSTALL @@ -71,9 +71,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 python-dev python-scipy python-matplotlib \ - python-nose g++ gfortran libopenblas-dev liblapack-dev \ - libmumps-scotch-dev + sudo apt-get install python-dev python-scipy python-matplotlib python-nose g++ gfortran libopenblas-dev liblapack-dev libmumps-scotch-dev 2. Unpack tinyarray, enter its directory. To build and install, run :: -- GitLab