From 3a048d0426fe1600689679276b54b640604bf040 Mon Sep 17 00:00:00 2001 From: unknown Date: Sun, 19 Aug 2018 13:44:05 -0700 Subject: [PATCH] Fix install instructions. --- .gitignore | 1 + docs/building.rst | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index be9d14f8b..8abbd0ba9 100644 --- a/.gitignore +++ b/.gitignore @@ -18,6 +18,7 @@ settings*.py # header files that may be copied over, if missing ImPlatform.h Imaging.h +ImagingUtils.h # various forms of compiled c_overviewer extensions overviewer_core/c_overviewer.so diff --git a/docs/building.rst b/docs/building.rst index 172d74f08..2776ba09a 100644 --- a/docs/building.rst +++ b/docs/building.rst @@ -51,7 +51,7 @@ You will need the following: - The Numpy Extension for Python. - The extensions can be installed via:: - c:\python27\python.exe -m pip -U numpy pillow + c:\python27\python.exe -m pip install -U numpy pillow Building with Visual Studio @@ -112,7 +112,7 @@ Building with mingw 1. Open a MinGW shell. 2. cd to the Overviewer directory. -3. Copy Imaging.h and ImPlatform.h from your Pillow sources into the current working directory. +3. Copy Imaging.h, ImagingUtils.h and ImPlatform.h from your Pillow sources into the current working directory. 4. Build:: python setup.py build --compiler=mingw32