From 76935a912a8e365ed4fe8c7a54b60561790dafd5 Mon Sep 17 00:00:00 2001 From: Thanh Ha Date: Fri, 20 Jul 2018 18:46:53 -0400 Subject: [PATCH] Note that numpy is required to build PyIlmBase Signed-off-by: Thanh Ha --- PyIlmBase/README | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/PyIlmBase/README b/PyIlmBase/README index a1a83cfed4..e5f994e3bc 100644 --- a/PyIlmBase/README +++ b/PyIlmBase/README @@ -18,6 +18,13 @@ named COPYING (included in this distribution) for details. BUILDING ILMBASE ---------------- +PyIlmBase requires numpy to be available to the builder. Install with +your favorite package manager or use a Python virtualenv: + +virtualenv numpy +soure numpy/bin/activate +pip install numpy + To build IlmBase on GNU/Linux or other UNIX-like systems, do this: ./configure