Skip to content

Commit

Permalink
Edited README.mkd via GitHub
Browse files Browse the repository at this point in the history
  • Loading branch information
relud authored and Mike Cooper committed Aug 30, 2011
1 parent fffa55e commit 6c8374a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.mkd
Expand Up @@ -50,6 +50,11 @@ pip, you can just say `hamper`, but if you are running from git, you need to
make sure that hamper is on your python path. I like to use this command: make sure that hamper is on your python path. I like to use this command:


PYTHONPATH="~/git/hamper" python2 ~/git/hamper/hamper/scripts/hamper PYTHONPATH="~/git/hamper" python2 ~/git/hamper/hamper/scripts/hamper

Plugin Development
==================
Read `hamper/plugins/friendly.py`. Add a file to `hamper/plugins`, and write
plugins in it. Don't forget to create an instance of each one at the bottom.


###Credits ###Credits


Expand Down

0 comments on commit 6c8374a

Please sign in to comment.