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 3107b74 commit 46d041b
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,19 +61,16 @@ 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>
</pre>

## Acknowledgements

Expand Down

0 comments on commit 46d041b

Please sign in to comment.