From d717f61f6bc62d16c7cdb531376f36d5a4a12acf Mon Sep 17 00:00:00 2001 From: "alexey.stratulat" <alexey.stratulat@demlabs.net> Date: Fri, 4 Oct 2019 14:18:38 +0700 Subject: [PATCH] [*] Updated installation and testing instructions. --- README.md | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index ad54499a..69f3274b 100644 --- a/README.md +++ b/README.md @@ -1,16 +1,12 @@ # python-cellframe ## Build and Run tests: +To install, you must have Python3.7 and a scikit-build. ``` git clone https://gitlab.demlabs.net/cellframe/python-cellframe.git cd python-cellframe -git submodule update --init -git submodule foreach git submodule update --init -mkdir build -cd build -cmake ../ -make -cp ../test/main_test.py ./ -python3.7 main_test.py +git submodule update --init --recursive +sudo python3.7 setup.py install +python3.7 test/main_test.py ``` -- GitLab