Skip to content
Snippets Groups Projects
Unverified Commit b8d397ed authored by Tristan Walter's avatar Tristan Walter Committed by GitHub
Browse files

Update README.md

parent 22ae0caf
No related branches found
No related tags found
No related merge requests found
...@@ -17,11 +17,11 @@ TRex can track 256 individuals in real-time, or up to 128 with all fancy feature ...@@ -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: 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: 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 If you want compatibility with the Basler API (or other things with licensing/portability issues), please
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment