From c0d7cd9602e44515fa006effeed4ef2d41de328a Mon Sep 17 00:00:00 2001 From: Monirzadeh Date: Sun, 3 May 2020 14:12:20 +0430 Subject: [PATCH] #84 add install prerequisites for avoid confutation --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 21b0eca66..80904e3a3 100644 --- a/README.md +++ b/README.md @@ -96,6 +96,7 @@ So there is no easy way to compile such library, especially with setuptools. If there's a copy of the original Pillow installed, it has to be removed first with `$ pip uninstall -y pillow`. +Please install [prerequisites]((https://pillow.readthedocs.io/en/stable/installation.html#building-from-source) for your platform. The installation itself is simple just as running `$ pip install pillow-simd`, and if you're using SSE4-capable CPU everything should run smoothly. If you'd like to install the AVX2-enabled version,