added some non conda install instructions
This commit is contained in:
parent
e966ef3669
commit
90a0fef1c4
1 changed files with 7 additions and 3 deletions
10
README.md
10
README.md
|
@ -6,10 +6,14 @@ Can watch and record several streams, optionally based on annotated areas.
|
||||||
|
|
||||||
## Setup
|
## Setup
|
||||||
|
|
||||||
### Conda
|
### Go
|
||||||
|
|
||||||
Install env:
|
[Install go](https://golang.org/doc/install):
|
||||||
`conda env create -f requirements.yaml`
|
```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)
|
### Live Reload (Air)
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue