diff --git a/README.md b/README.md index b3dbfbc176a462ba929f17858489f2d1fcc2b858..b964e8be0c05360f9ecc2443deed164e8154d6e0 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