From 90a0fef1c48b680d2e17402aea6ba2b78cb9c7d3 Mon Sep 17 00:00:00 2001 From: BroodjeAap Date: Tue, 30 Jun 2020 20:31:13 +0000 Subject: [PATCH] added some non conda install instructions --- README.md | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index a2f7a39..73c2f7d 100644 --- a/README.md +++ b/README.md @@ -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)