Skip to content

Commit

Permalink
Added a requirements.txt. Thanks to @frio for the patch. Closes #14
Browse files Browse the repository at this point in the history
  • Loading branch information
jonashaag committed Apr 18, 2012
1 parent e966c53 commit 5fb43eb
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 1 addition & 5 deletions README.rst
Expand Up @@ -37,14 +37,10 @@ Installation
virtualenv your-env
source your-env/bin/activate

pip install jinja2
pip install pygments
pip install dulwich
pip install argparse # 2.6 only

git clone https://github.com/jonashaag/klaus
cd klaus
git submodule update --init
pip install -r requirements.txt


Usage
Expand Down
4 changes: 4 additions & 0 deletions requirements.txt
@@ -0,0 +1,4 @@
jinja2
pygments
dulwich
argparse

0 comments on commit 5fb43eb

Please sign in to comment.