diff --git a/README.md b/README.md index 30e0d9ac0f135df4dd06f6c453ddd59f178682c5..ad54499ad7cc81cb4ed977737e70df22469dd41a 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,16 @@ # python-cellframe +## Build and Run tests: +``` +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 +``` +