Skip to content

Commit

Permalink
Note that numpy is required to build PyIlmBase
Browse files Browse the repository at this point in the history
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
  • Loading branch information
zxiiro authored and nickrasmussen committed Aug 8, 2018
1 parent 942ff97 commit 76935a9
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions PyIlmBase/README
Expand Up @@ -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
Expand Down

0 comments on commit 76935a9

Please sign in to comment.