From 66f5b012b9c2992d5cb4c93ca9e77dc7d21b64eb Mon Sep 17 00:00:00 2001
From: GD <gd.dev@libertymail.net>
Date: Tue, 1 Sep 2020 17:31:14 +0200
Subject: [PATCH] minor

---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 92f1c8e..22b2623 100644
--- a/README.md
+++ b/README.md
@@ -77,6 +77,6 @@ python tests/test_spams.py    # will run all the tests
 
 Carefully install **libblas & liblapack**. For example, on Ubuntu, it is necessary to do `sudo apt-get -y install libblas-dev liblapack-dev gfortran`. For MacOS, you most likely need to do `brew install gcc openblas lapack`.
 
-For better performance, we recommend to use the **MKL Intel library** that is available for instance in the Anaconda Python distribution.
+For better performance, we recommend to install the **MKL Intel library** (available for instance in the Anaconda Python distribution) before installing SPAMS.
 
 SPAMS for Python was tested on **Linux** and **MacOS**. It is **not available for Windows** at the moment. **For MacOS users**, the install setup detects if OpenMP is available on your system and enable/disable OpenMP support accordingly. For better performance, we recommend to install an **OpenMP-compatible compiler** on your system (e.g. gcc or llvm).
-- 
GitLab