19 lines
341 B
Markdown
19 lines
341 B
Markdown
# StreamWatcher
|
|
|
|
Can watch and record several streams, optionally based on annotated areas.
|
|
|
|
## Setup
|
|
|
|
### Conda
|
|
|
|
Install env:
|
|
`conda env create -f requirements.yaml`
|
|
|
|
### Live Reload (Air)
|
|
|
|
Install air:
|
|
`curl -fLo /root/miniconda3/envs/go/bin/air https://git.io/linux_air`
|
|
`chmod +x /root/miniconda3/envs/go/bin/air`
|
|
|
|
Run with:
|
|
`air`
|