From e97b510ef23bf6642b305ad116ef37886114c21d Mon Sep 17 00:00:00 2001 From: Tomas <364033+tomasdev@users.noreply.github.com> Date: Tue, 14 Dec 2021 07:09:56 +0100 Subject: [PATCH] Add missing dependency on Mac OS X Numpy! --- docs/building.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/building.rst b/docs/building.rst index 2315798..9919b69 100644 --- a/docs/building.rst +++ b/docs/building.rst @@ -164,6 +164,10 @@ macOS pip install Pillow +#. Install numpy:: + + pip install numpy + #. Download the Pillow source files from https://github.com/python-pillow/Pillow/releases/latest and unpack the tar.gz file and move it to a directory you can remember #. Download the Minercaft Overviewer source-code from https://overviewer.org/builds/overviewer-latest.tar.gz #. Extract overviewer-[Version].tar.gz and move it to a directory you can remember