Skip to content

Commit

Permalink
Merge pull request #10 from agx/gbp_use_pip
Browse files Browse the repository at this point in the history
For non-Debian based distro recommend a pythonic installation
  • Loading branch information
mattthias committed Jan 1, 2017
2 parents ab438c2 + ba4e837 commit d3eda82
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
6 changes: 2 additions & 4 deletions README.md
Expand Up @@ -65,11 +65,9 @@ Install dependencies:
sudo apt-get install git-buildpackage python-jinja2
```

or if you stuck on MacOS:
or if you stuck on MacOS (or a Linux distro not shipping git-buildpackage):
```
git clone git://honk.sigxcpu.org/git/git-buildpackage.git
cd git-buildpackage.git
python setup.py install [ --user ]
pip install [--user] -r requirements.txt
```

Ausroller needs a config file to read the path to the "rollout" git repo from.
Expand Down
1 change: 1 addition & 0 deletions requirements.txt
@@ -0,0 +1 @@
gbp >= 0.8.9

0 comments on commit d3eda82

Please sign in to comment.