Skip to content

Commit

Permalink
Update installation instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
IsabelParedes committed Jul 19, 2022
1 parent 72c301c commit 03cf60b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,10 @@ on twitter: https://twitter.com/wuoulf, or join us on [Gitter](https://gitter.im
## Installation and Dependencies

You need a ROS environment with rospy. We recommend using [Robostack](https://github.com/RoboStack/ros-noetic) (follow their installation instructions) which allows you to install ROS in a conda environment.
Also required are `numpy` and `bqplot` for the live-plotting
and `ipywidgets` for the interactive widgets
Also required are `numpy` and `bqplot` for the live-plotting,
`ipywidgets` for the interactive widgets, and `ipycanvas` for the Turtlesim animations.

conda install jupyter bqplot pyyaml ipywidgets
conda install jupyter bqplot pyyaml ipywidgets ipycanvas

`pyyaml` is necessary for rospy.

Expand Down

0 comments on commit 03cf60b

Please sign in to comment.