From 3a15d80ff9f2fc2f397a7643922ec5db4c9c7d3f Mon Sep 17 00:00:00 2001 From: "Linke, Julian" <linke@tugraz.at> Date: Fri, 4 Aug 2023 14:08:07 +0200 Subject: [PATCH] Update file README.md --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index ba1213c..b4e6be1 100644 --- a/README.md +++ b/README.md @@ -46,11 +46,16 @@ The command automatically generates the experiment folder ```exp_BEAGR```. **Not The following steps are necessary to reproduce the experiment. At first you need to create a conda envrionment and install the necessary packages. Second you have to clone the fairseq repository and modify the file ```path.sh``` to export necessary environment variables. ### Conda environment -You need to install the following packages: +At first you should create your environment: ``` conda create -n speechcodebookanalysis python=3.8 conda activate speechcodebookanalysis +``` + +Then, your need to install the following packages: + +``` pip install fairseq pip install matplotlib pip install scikit-learn -- GitLab