Browse Source

Updated README

pull/1/head
chriskiehl 10 years ago
parent
commit
889c48e6da
1 changed files with 2 additions and 0 deletions
  1. 2
      README.md

2
README.md

@ -44,6 +44,8 @@ To install Gooey, simply clone the project to your local directory
Gooey is attached to your code via a simple decorator on your `main` method.
from gooey import Gooey
@gooey <--- all it takes! :)
def main():
# rest of code

Loading…
Cancel
Save