Skip to content

Commit

Permalink
Add local-run make command to README (#24)
Browse files Browse the repository at this point in the history
  • Loading branch information
pmhalvor authored Oct 13, 2024
1 parent 27dd22e commit 68e83b4
Showing 1 changed file with 10 additions and 3 deletions.
13 changes: 10 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,22 +6,29 @@ Derived from <a href="https://docs.mbari.org/pacific-sound/notebooks/humpbackwha
</sub>


## Installation
M1:
## Getting started

### Install
#### M1:
```bash
CONDA_SUBDIR=osx-arm64 conda create -n whale-speech python=3.11
conda activate whale-speech
pip install -r requirements.txt
```


Other:
#### Other:
```bash
conda create -n whale-speech python=3.11
conda activate whale-speech
pip install -r requirements.txt
```

### Run locally
```bash
make local-run
```

## Pipeline description

Stages:
Expand Down

0 comments on commit 68e83b4

Please sign in to comment.