Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
bhairavmehta95 authored Nov 1, 2018
1 parent 45d60f9 commit cf755b7
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,3 +30,11 @@ To run locally:
1. `pip2 install --user -r requirements.txt`
2. `pip2 install --user -e git://github.com/duckietown/gym-duckietown.git#egg=gym-duckietown`
3. `python2 local_experiment.py`

If you are looking to use the old Duckietown stack (as is the case, running it out of the box), you will need to follow these steps in addition to 1 and 2 above:

2a. Clone this [repository](https://github.com/duckietown/Software)
2b. `cd Software/catkin_ws && catkin_make`
2c. `source devel/setup.bash`

And then, you can run step 3.

0 comments on commit cf755b7

Please sign in to comment.