Skip to content
Snippets Groups Projects
Commit 79218ac2 authored by Linke, Julian's avatar Linke, Julian
Browse files

Update file README.md

parent 482f0286
No related branches found
No related tags found
No related merge requests found
......@@ -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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment