From 867ee0981aaaa5e0521c7fea7deadb0fbf0405a1 Mon Sep 17 00:00:00 2001 From: Chenran Xu Date: Tue, 2 Jul 2024 11:19:43 +0200 Subject: [PATCH] Update README.md Update conda installation guideline --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 9683763..0fe8957 100644 --- a/README.md +++ b/README.md @@ -76,9 +76,8 @@ Please also run these commands to install `ffmpeg`: If you don't have conda installed already and want to use conda for environment management, you can install the miniconda as [described here](https://docs.conda.io/projects/miniconda/en/latest/miniconda-install.html). -- Create a conda env with `conda create -n rl-icfa python=3.10` +- Create a conda env from the provided env file `conda env create -f environment.yml` - Activate the environment with `conda activate rl-icfa` -- Install the required packages via `pip install -r requirements.txt`. - Additional installation steps: ```bash