added some non conda install instructions

This commit is contained in:
BroodjeAap 2020-06-30 20:31:13 +00:00
parent e966ef3669
commit 90a0fef1c4

View file

@ -6,10 +6,14 @@ Can watch and record several streams, optionally based on annotated areas.
## Setup
### Conda
### Go
Install env:
`conda env create -f requirements.yaml`
[Install go](https://golang.org/doc/install):
```bash
wget https://golang.org/dl/go1.14.4.linux-amd64.tar.gz
tar -C /usr/local -xzf go1.14.4.linux-amd64.tar.gz
export PATH=$PATH:/usr/local/go/bin
```
### Live Reload (Air)