Skip to content
Snippets Groups Projects
README.md 954 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
```
Dmitriy A. Gerasimov's avatar
Dmitriy A. Gerasimov committed
## How to package 
First install packages 
```
sudo apt-get install devscripts dpkg-dev build-essential
Denis Abdulkerimov's avatar
Denis Abdulkerimov committed
sudo apt-get install libev-dev
sudo apt-get install libmagic-dev
sudo apt-get install libjson-c-dev
sudo apt-get install libjsoncpp-dev
sudo apt-get install libsqlite3-dev
sudo apt-get install libtalloc-dev
sudo apt-get install traceroute
sudo apt-get install libverto-dev
sudo apt-get install lldb-7
Denis Abdulkerimov's avatar
Denis Abdulkerimov committed
sudo apt-get install libmemcached-dev
sudo apt-get install libldb-dev
sudo apt-get install libtalloc-dev
sudo apt-get install libtevent-dev
sudo apt-get install libpython3-dev
Denis Abdulkerimov's avatar
Denis Abdulkerimov committed
sudo apt-get install traceroute
Dmitriy A. Gerasimov's avatar
Dmitriy A. Gerasimov committed
```