Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
oriolcolomefont authored Jan 28, 2024
1 parent 9f35063 commit 3107b74
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,15 +60,20 @@ While music-motivated audio embeddings don't outperform state-of-the-art results

Use the package manager [pip](https://pip.pypa.io/en/stable/) to install the required dependencies.

<pre>
```bash
pip install -r requirements.txt
```
</pre>

Alternatively, you can use conda to create a virtual environment and install the required dependencies.

<pre>
```bash
conda create -n project-env python=3.8
conda activate project-env
conda install --file requirements.txt
</pre>

## Acknowledgements

Expand Down

0 comments on commit 3107b74

Please sign in to comment.