From 79218ac2615fe265ea35a5b3ac1fe2f2f3b6871e Mon Sep 17 00:00:00 2001
From: "Linke, Julian" <linke@tugraz.at>
Date: Thu, 27 Jul 2023 10:44:04 +0200
Subject: [PATCH] Update file README.md

---
 README.md | 14 ++++++++++++--
 1 file changed, 12 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md
index b3dbfbc..b964e8b 100644
--- a/README.md
+++ b/README.md
@@ -10,7 +10,7 @@ Stay tuned for updates and we appreciate your interest in our work. Please conti
 
 ## Dependencies
 
-- Python 3.8
+- Python3.8
 - fairseq
 - matplotlib
 
@@ -19,11 +19,21 @@ Stay tuned for updates and we appreciate your interest in our work. Please conti
 ## Reproduction
 
 ### Conda environment
+You need to install the following packages:
 
 ```
-conda env create -f code/environment.yml
+conda create -n speechcodebookanalysis python=3.8
 conda activate speechcodebookanalysis
+pip install fairseq
+pip install matplotlib
 ```
 
+### Fairseq Repository
+You need to clone the fairseq repository in another directory (e.g., ```../fairseq```).
+
+```
+git clone https://github.com/facebookresearch/fairseq.git
+``` 
+
 #### Stages
 
-- 
GitLab