pounder_test/py/README.md

9 lines
217 B
Markdown
Raw Normal View History

2021-08-09 22:23:18 +08:00
# Stabilizer Python Utilities
This directory contains common Python utilities for Stabilizer, such as livestream data receivers.
To install this module locally (in editable mode):
```
python -m pip install -e .
```