From 10ffe650df4819545a5937a845deaa33bb97f63b Mon Sep 17 00:00:00 2001
From: alexmourachko
@@ -30,10 +28,10 @@ Model inference support thanks [Fairseq2](https://github.com/fairinternal/fairse
## Installing
-SONAR depends mainly on [Fairseq2](https://github.com/fairinternal/fairseq2) and can be installed using (tested with `python=3.8`)
+1. Install fairseq2. Follow tutorials in [Fairseq2 repo](https://github.com/facebookresearch/fairseq2).
+2. Install seamless_communication
```bash
pip install --upgrade pip
-pip config set global.extra-index-url https://test.pypi.org/simple/
pip install -e .
```