Skip to content

Commit aa9086f

Browse files
authored
Update README.md
1 parent 16a718b commit aa9086f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,11 @@ Asyncio was added to the Python 3.5 standard library on a provisional bases, for
2222
Asyncio does not exist in Python 2 and is only provisional in Python 3.5. If you're using Xenial, you can install it using the [deadsnakes](https://launchpad.net/~deadsnakes/+archive/ubuntu/ppa) ppa.
2323

2424
### [catkin_virtualenv](https://github.com/locusrobotics/catkin_virtualenv)
25-
Simplifies dependency management and makes using a different version of python pretty easy. Check `requirements.txt` to see what dependencies are used when this package is built.
25+
Simplifies dependency management and makes using a different version of python pretty easy. Check `requirements.txt` to see what additional dependencies are used when this package is built.
2626

2727
## Examples
2828

29-
Check out the `scripts` folder for examples of topics, services, actions, and a composite node.
29+
Check out the [`asyncio_examples/scripts`](https://github.com/locusrobotics/aiorospy/tree/master/aiorospy_examples/scripts) folder for examples of topics, services, actions, and a composite node.
3030

3131
Take note that when using` rospy` and `asyncio` together, the following boilerplate is recommended:
3232

0 commit comments

Comments
 (0)