From 5cb68aa8fecd278d50b986d87d273484c04aed5f Mon Sep 17 00:00:00 2001 From: Hugo van Kemenade Date: Mon, 9 Nov 2015 15:41:53 +0200 Subject: [PATCH] Fix code formatting [CI skip] --- docs/installation.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/installation.rst b/docs/installation.rst index 860c6e798..599599312 100644 --- a/docs/installation.rst +++ b/docs/installation.rst @@ -190,7 +190,7 @@ Building on OS X Xcode is required to compile portions of Pillow. Either install the full package from the app store, or run ``xcode-select --install`` -from the command line. It may be necessary to run `` sudo xcodebuild +from the command line. It may be necessary to run ``sudo xcodebuild -license`` to accept the license prior to using the tools. The easiest way to install external libraries is via `Homebrew