Skip to content
Snippets Groups Projects
README.md 336 B
Newer Older
dmitriy.gerasimov's avatar
dmitriy.gerasimov committed
# 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
Dmitriy A. Gerasimov's avatar
Dmitriy A. Gerasimov committed
git submodule update --init 
Dmitriy A. Gerasimov's avatar
Dmitriy A. Gerasimov committed
cd cellframe-sdk
git submodule update --init
cd ..
sudo python3.7 setup.py install
python3.7 test/main_test.py
Dmitriy A. Gerasimov's avatar
Dmitriy A. Gerasimov committed
``