Skip to content

Commit f5bfd44

Browse files
Update README.md
Co-Authored-By: Roger Creus <[email protected]>
1 parent b06f2a1 commit f5bfd44

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

README.md

+1-7
Original file line numberDiff line numberDiff line change
@@ -70,17 +70,11 @@ For more detailed descriptions of these modules, see [API Documentation](https:/
7070

7171
# Quick Start
7272
## Installation
73-
- Prerequisites
74-
75-
Currently, we recommend `Python>=3.8`, and user can create an virtual environment by
76-
``` sh
77-
conda create -n rllte python=3.8
78-
```
79-
8073
- with pip `recommended`
8174

8275
Open a terminal and install **rllte** with `pip`:
8376
``` shell
77+
conda create -n rllte python=3.8 # create an virtual environment
8478
pip install rllte-core # basic installation
8579
pip install rllte-core[envs] # for pre-defined environments
8680
```

0 commit comments

Comments
 (0)