From 0cc4ff7f84df3778bde0209fb959f45f15740b9b Mon Sep 17 00:00:00 2001 From: Nathan Vieira Marcelino Date: Fri, 26 Jul 2024 11:10:53 -0300 Subject: [PATCH] docs: how to download builded versions --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 9e004fd..1843e6c 100644 --- a/README.md +++ b/README.md @@ -5,6 +5,13 @@ A desktop application for the Variational Animal Motion Encoding (VAME) project. VAME Desktop has been designed to run each step of a VAME project **only once**. This is to ensure that the project is reproducible and that the data is not accidentally overwritten. ## Installation + +### Download builded versions: + +You can find the builed versions of VAME Desktop on the [release page](https://github.com/catalystneuro/vame-desktop/releases). + +## Development mode + ### Python You will need to have [miniconda](https://docs.conda.io/en/latest/miniconda.html) installed on your machine OR [pyenv](https://github.com/pyenv/pyenv).