Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Update conda installation guideline
  • Loading branch information
cr-xu committed Jul 2, 2024
1 parent 6f68cc9 commit 867ee09
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 867ee09

Please sign in to comment.