diff --git a/README.md b/README.md index 7e9fb81..cc7e3c8 100644 --- a/README.md +++ b/README.md @@ -38,6 +38,7 @@ To reproduce our results: (optional) It might be a good idea to use a separate conda environment. It can be created by running: ``` conda create -n lama37 -y python=3.7 && conda activate lama37 +conda install gcc pip install -r requirements.txt ```