Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
cjy1992 committed Mar 18, 2020
1 parent c95bdfc commit 8536afc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,16 +9,16 @@ A Gym wrapper for CARLA simulator
```
$ conda create -n env_name python=3.6
$ conda activate env_name
$ pip install -r requirements
```

2. Clone this git repo
```
$ git clone https://github.com/cjy1992/gym-carla.git
```

3. Enter the repo root folder and install the package:
3. Enter the repo root folder and install the packages:
```
$ pip install -r requirements.txt
$ pip install -e .
```

Expand Down

0 comments on commit 8536afc

Please sign in to comment.