Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
katiekly authored Jul 31, 2024
1 parent 498b38d commit f23fa0a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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:
Expand Down

0 comments on commit f23fa0a

Please sign in to comment.