Skip to content
Snippets Groups Projects
Commit bc3b7f01 authored by alexey.stratulat's avatar alexey.stratulat
Browse files

[+] Added instructions for assembly and testing.

parent b5223cbe
No related branches found
No related tags found
1 merge request!1Features 2466
# 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
```
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment