From a506cc2d8144b3ecce9f2a3ecdd73fc936b8797d Mon Sep 17 00:00:00 2001
From: Christoph Groth <christoph.groth@cea.fr>
Date: Wed, 9 Nov 2016 17:42:34 +0100
Subject: [PATCH] INSTALL.rst: update Debian dependencies to Python 3

---
 INSTALL.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/INSTALL.rst b/INSTALL.rst
index 451724a1..62f807d0 100644
--- a/INSTALL.rst
+++ b/INSTALL.rst
@@ -152,7 +152,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 python3-dev python3-scipy python3-matplotlib python3-nose g++ gfortran libopenblas-dev liblapack-dev libmumps-scotch-dev
 
 2. Unpack Tinyarray, enter its directory. To build and install, run ::
 
-- 
GitLab