diff --git a/README.md b/README.md index efc66d6e..9c7c9c9e 100644 --- a/README.md +++ b/README.md @@ -84,9 +84,6 @@ pip install rllte-core[envs] # for pre-defined environments Open a terminal and clone the repository from [GitHub](https://github.com/RLE-Foundation/rllte) with `git`: ``` sh git clone https://github.com/RLE-Foundation/rllte.git -``` -After that, run the following command to install package and dependencies: -``` sh pip install -e . # basic installation pip install -e .[envs] # for pre-defined environments ```