From 9eca65283c9626dbedfdbbaca7cc5088181be0db Mon Sep 17 00:00:00 2001 From: Saeed Maleki Date: Sat, 25 Mar 2023 18:44:20 +0000 Subject: [PATCH] added cmake requirement -- it needs 3.18 or higher --- python/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/python/README.md b/python/README.md index 73e0f17e..04e90000 100644 --- a/python/README.md +++ b/python/README.md @@ -2,6 +2,7 @@ Test instructions: * Compile the `libmscclpp.so` library. + * Install `cmake` verion >= 3.18 * setup a python virtual env * `pip install -r requirements.txt` * `./tesh.sh`