From bc3b7f0166c48863850f6629c06220a27f136884 Mon Sep 17 00:00:00 2001
From: Alexey Stratulat <alexey.stratulat@demlabs.net>
Date: Tue, 10 Sep 2019 17:54:23 +0700
Subject: [PATCH] [+] Added instructions for assembly and testing.

---
 README.md | 14 ++++++++++++++
 1 file changed, 14 insertions(+)

diff --git a/README.md b/README.md
index 30e0d9ac..ad54499a 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
+```
+
-- 
GitLab