From f23fa0a53c114882dc9ec30e44d3420082b9c8bf Mon Sep 17 00:00:00 2001 From: Katie Ly <133795534+katiekly@users.noreply.github.com> Date: Wed, 31 Jul 2024 09:56:18 -0700 Subject: [PATCH] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 1843e6c..2a4b2b8 100644 --- a/README.md +++ b/README.md @@ -6,9 +6,9 @@ VAME Desktop has been designed to run each step of a VAME project **only once**. ## Installation -### Download builded versions: +### Download Desktop versions: -You can find the builed versions of VAME Desktop on the [release page](https://github.com/catalystneuro/vame-desktop/releases). +You can find installers for VAME Desktop on the [release page](https://github.com/catalystneuro/vame-desktop/releases). ## Development mode @@ -38,7 +38,7 @@ Windows: This will install all the necessary Python dependencies for the project. ```bash -python -m pip install -r requiremente.txt +python -m pip install -r requirements.txt ``` #### with conda: