diff --git a/PyIlmBase/README b/PyIlmBase/README index a1a83cfed..e5f994e3b 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