From c7a7b50e888d42f2fdfa8376e6e3e3f64602485c Mon Sep 17 00:00:00 2001
From: Philipp Arras <parras@mpa-garching.mpg.de>
Date: Wed, 7 Feb 2018 14:31:15 +0100
Subject: [PATCH] Minor change
---
README.md | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/README.md b/README.md
index fdd911ba4..664d70362 100644
--- a/README.md
+++ b/README.md
@@ -93,10 +93,10 @@ NIFTy4 and its mandatory dependencies can be installed via:
sudo apt-get install git libfftw3-dev python python-pip python-dev
pip install --user git+https://gitlab.mpcdf.mpg.de/ift/NIFTy.git@NIFTy_4
-Note: If you encounter problems related to `pyFFTW`, make sure that you are
+(Note: If you encounter problems related to `pyFFTW`, make sure that you are
using a pip-installed `pyFFTW` package. Unfortunately, some distributions are
shipping an incorrectly configured `pyFFTW` package, which does not cooperate
-with the installed `FFTW3` libraries.
+with the installed `FFTW3` libraries.)
Plotting support is added via:
--
GitLab