From 87e0e3b7c0d733f47c423364eaaeffd26cdbd8c9 Mon Sep 17 00:00:00 2001 From: Aaron Griffith Date: Thu, 14 Nov 2019 23:43:45 -0500 Subject: [PATCH] docs/building: easy_install not easy-install --- docs/building.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/building.rst b/docs/building.rst index edfe6f8..f798362 100644 --- a/docs/building.rst +++ b/docs/building.rst @@ -158,7 +158,7 @@ macOS #. Install Python 3 if you don't already have it, for example from `the official Python website `_. #. 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)::