Markdown typo

Remove extra parenthesis. Now the link can be parsed as a link
This commit is contained in:
lsb 2020-05-06 22:47:41 -07:00 committed by Alexander Karpinsky
parent c0d7cd9602
commit 8db8caa119

View File

@ -96,7 +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 If there's a copy of the original Pillow installed, it has to be removed first
with `$ pip uninstall -y pillow`. with `$ pip uninstall -y pillow`.
Please install [prerequisites]((https://pillow.readthedocs.io/en/stable/installation.html#building-from-source) for your platform. 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`, The installation itself is simple just as running `$ pip install pillow-simd`,
and if you're using SSE4-capable CPU everything should run smoothly. and if you're using SSE4-capable CPU everything should run smoothly.
If you'd like to install the AVX2-enabled version, If you'd like to install the AVX2-enabled version,