Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 731 Bytes

README.md

File metadata and controls

22 lines (15 loc) · 731 Bytes

lynx-scene-host

python-common managment

Execution of python code inside execution-engine requires some knowledge of structures used in lynx project which are included in lynx-python-common. This project imports them by using git subtree mechanism.

In order to pull commits from the repository use following commandline

git subtree pull --prefix src/deps https://github.com/group-project-gut/lynx-python-common.git master --squash

The next step is to install lynx-python-common python package to your env:

cd src/deps
pip install -e .