From b8d397ede0bc0ec0e479bd1c2e67b4a184ce71ac Mon Sep 17 00:00:00 2001 From: Tristan Walter <mooch443@googlemail.com> Date: Tue, 13 Oct 2020 20:41:18 +0200 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c87d65d..9ea3df8 100644 --- a/README.md +++ b/README.md @@ -17,11 +17,11 @@ TRex can track 256 individuals in real-time, or up to 128 with all fancy feature Create a new virtual conda environment on macOS/Windows, using: ``` -conda create -n tracking -c trexing trex # macOS, Windows +conda create -n tracking -c trexing trex # macOS, Windows ``` or, add the `conda-forge` channel for Linux: ``` -conda create -n tracking -c conda-forge -c trexing trex # Linux +conda create -n tracking -c main -c conda-forge -c trexing trex # Linux ``` If you want compatibility with the Basler API (or other things with licensing/portability issues), please -- GitLab