From 32f498fda26bd8c980aa415ad0308423ccfbce8a Mon Sep 17 00:00:00 2001 From: Yan Li Date: Tue, 26 Mar 2024 18:15:09 +0800 Subject: [PATCH] update readme for installing SWIG3.0.12 in pip install --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 63c9875..19ef0c7 100755 --- a/README.md +++ b/README.md @@ -48,10 +48,13 @@ Please note you must use lsf.lsb_init before any other LSBLIB library routine in - SWIG - SWIG version 2.0, or later + SWIG version 2.0, or 3.0 The following versions are tested: SWIG: 2.0.10, 3.0.12 + + If isntalling SWIG with pip or pip3, please specify 3.0.12 version. + `$ pip3 install swig==3.0.12` - Python