0

docs/building: easy_install not easy-install

This commit is contained in:
Aaron Griffith
2019-11-14 23:43:45 -05:00
committed by GitHub
parent 3d31347e9b
commit 87e0e3b7c0

View File

@@ -158,7 +158,7 @@ macOS
#. Install Python 3 if you don't already have it, for example from `the official Python website <https://www.python.org/downloads/mac-osx/>`_.
#. Install PIP, e.g. with::
sudo easy-install pip
sudo easy_install pip
#. Install Pillow (overviewer needs PIL, Pillow is a fork of PIL that provides the same funcitonality)::