Marco Zeisler 5a5698c790 moved pika to shared;
updated shared.readme;
2021-05-27 19:59:48 +02:00

6 lines
221 B
Markdown

Install shared libs via
* To have life changes (develop package only links to this folder): `pip install -e .`
* To install as independent package: `pip install .`
Create installable package via `python setup.py sdist`