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

[*] Updated installation and testing instructions.

parent 61b45bcb
No related branches found
No related tags found
1 merge request!1Features 2466
# python-cellframe # python-cellframe
## Build and Run tests: ## 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 git clone https://gitlab.demlabs.net/cellframe/python-cellframe.git
cd python-cellframe cd python-cellframe
git submodule update --init git submodule update --init --recursive
git submodule foreach git submodule update --init sudo python3.7 setup.py install
mkdir build python3.7 test/main_test.py
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