Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 8 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,14 +22,20 @@ Links:

# Quick Start
## Installation
- install [poetry](https://python-poetry.org/docs/) if not available
```
# Linux, macOS, Windows (WSL)
curl -sSL https://install.python-poetry.org | python3 -
```

- install dependencies
```
pip install .
poetry install
```

A temporary extra requirement for fairseq2 is [libsndfile](https://github.com/libsndfile/libsndfile). From [Conda](https://docs.conda.io/en/latest/) environment it can be installed via:
```
conda install -y -c conda-forge libsndfile
conda install -c conda-forge libsndfile==1.0.31
```
At this point fairseq2 has a confirmed support only for Linux and macOS. Pre-built packages are only available for Linux (macOS is planned).

Expand Down
4 changes: 0 additions & 4 deletions dev_requirements.txt

This file was deleted.

Loading