Update installation.rst formatting

This commit is contained in:
wiredfool 2015-10-02 10:09:13 +01:00
parent 28d98a4b29
commit 52ab4170e0

View File

@ -54,12 +54,12 @@ Many of Pillow's features require external libraries:
* Pillow has been tested with libjpeg versions **6b**, **8**, and * Pillow has been tested with libjpeg versions **6b**, **8**, and
**9** and libjpeg-turbo version **8**. **9** and libjpeg-turbo version **8**.
* Starting with Pillow 3.0.0, libjpeg is required by default, but * Starting with Pillow 3.0.0, libjpeg is required by default, but
may be disabled with the `--disable-jpeg` flag. may be disabled with the ``--disable-jpeg`` flag.
* **zlib** provides access to compressed PNGs * **zlib** provides access to compressed PNGs
* Starting with Pillow 3.0.0, zlib is required by default, but may * Starting with Pillow 3.0.0, zlib is required by default, but may
be disabled with the `--disable-zlib` flag. be disabled with the ``--disable-zlib`` flag.
* **libtiff** provides compressed TIFF functionality * **libtiff** provides compressed TIFF functionality