This commit is contained in:
Marco Zeisler 2021-05-27 20:02:54 +02:00
parent dc32ff3ec2
commit 669af31d77

View File

@ -3,3 +3,7 @@ Install shared libs via
* To install as independent package: `pip install .` * To install as independent package: `pip install .`
Create installable package via `python setup.py sdist` Create installable package via `python setup.py sdist`
Access shared libs via
* `from dse_shared_libs.* import *`
* e.g. `from dse_shared_libs.message_broker_wrapper import MBWrapper`