Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Co-Authored-By: Roger Creus <[email protected]>
  • Loading branch information
yuanmingqi and roger-creus committed May 14, 2024
1 parent b06f2a1 commit f5bfd44
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,17 +70,11 @@ For more detailed descriptions of these modules, see [API Documentation](https:/

# Quick Start
## Installation
- Prerequisites

Currently, we recommend `Python>=3.8`, and user can create an virtual environment by
``` sh
conda create -n rllte python=3.8
```

- with pip `recommended`

Open a terminal and install **rllte** with `pip`:
``` shell
conda create -n rllte python=3.8 # create an virtual environment
pip install rllte-core # basic installation
pip install rllte-core[envs] # for pre-defined environments
```
Expand Down

0 comments on commit f5bfd44

Please sign in to comment.