Skip to content

Commit 969e971

Browse files
author
Emerson Knapp
committed
Add installation instructions
Signed-off-by: Emerson Knapp <eknapp@amazon.com>
1 parent df9e00a commit 969e971

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,16 @@
11
# ros-github-scripts
22
Utility scripts to ease management of GitHub projects for ROS / ROS 2
33

4+
## Installation
5+
6+
This is a `setuptools`-based python package. To install it and all its dependencies:
7+
8+
```
9+
# Note that this is by _path_, it's not the name of a package on PyPI - so substitute as appropriate for your working directory
10+
pip3 install ./ros-github-scripts
11+
```
12+
13+
414
## ros-ci-for-pr
515

616
Creates a github gist containing a modified ros2.repos, with the source branches from one or more PRs.

0 commit comments

Comments
 (0)