mirror of
https://github.com/python-pillow/Pillow.git
synced 2024-11-10 19:56:47 +03:00
Added freebsd install instructions, from @koobs
This commit is contained in:
parent
09272dfea4
commit
d53855642e
|
@ -76,6 +76,26 @@ packages that previously contained PIL e.g. ``python-imaging``. Please
|
|||
consider using native operating system packages first to avoid
|
||||
installation problems and/or missing library support later.
|
||||
|
||||
FreeBSD Installation
|
||||
^^^^^^^^^^^^^^^^^^^^
|
||||
|
||||
Pillow can be installed on FreeBSD via the official Ports or Packages systems:
|
||||
|
||||
**Ports**::
|
||||
|
||||
$ cd /usr/ports/graphics/py-pillow && make install clean
|
||||
|
||||
**Packages**::
|
||||
|
||||
$ pkg install py27-pillow
|
||||
|
||||
.. note::
|
||||
|
||||
The `Pillow FreeBSD port
|
||||
<https://www.freshports.org/graphics/py-pillow/>`_ and packages
|
||||
are tested by the ports team with all supported FreeBSD versions
|
||||
and against Python 2.x and 3.x.
|
||||
|
||||
|
||||
Building From Source
|
||||
--------------------
|
||||
|
|
Loading…
Reference in New Issue
Block a user