From a2c2828b1b04b9ed1a42f14f82067d817c446dff Mon Sep 17 00:00:00 2001
From: Denis Arrivault <denis.arrivault@lif.univ-mrs.fr>
Date: Fri, 30 Sep 2016 11:13:12 +0200
Subject: [PATCH] Adding libfftw3 dependency in the documentation

---
 VERSION         | 2 +-
 doc/install.rst | 3 ++-
 2 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/VERSION b/VERSION
index 5d16e76..d34b42b 100644
--- a/VERSION
+++ b/VERSION
@@ -1,2 +1,2 @@
-ltfatpy:1.0.4
+ltfatpy:1.0.5
 ltfat:2.1.0
diff --git a/doc/install.rst b/doc/install.rst
index 2ea3515..ead24fe 100644
--- a/doc/install.rst
+++ b/doc/install.rst
@@ -28,7 +28,8 @@ For developpers only:
 Scientific Python libraries
 ---------------------------
 
-**ltfatpy** is using **numpy** >= 1.9, **scipy** >= 0.15 and **matplotlib** >= 1.4. For installing those packages read the instructions in:
+* You need to have **libfftw3**, development version, installed. For debian based linux systems use ``$apt install libfftw3-dev``. For other systems, please read the documentation of `fftw <http://www.fftw.org/>`_.
+* **ltfatpy** is using **numpy** >= 1.9, **scipy** >= 0.15 and **matplotlib** >= 1.4. For installing those packages read the instructions in:
 `here <http://www.scipy.org/install.html>`_.
 
 Downloading **ltfatpy**
-- 
GitLab