Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Raghunandan Ramakrishna Rao committed Dec 1, 2012
1 parent 94558f9 commit 3baf2e0
Showing 1 changed file with 11 additions and 3 deletions.
14 changes: 11 additions & 3 deletions README.md
@@ -1,5 +1,7 @@
# pynt - Lightweight Python Build Tool. # pynt - Lightweight Python Build Tool.
**[Raghunandan Rao](https://github.com/rags)**
[**Raghunandan Rao**](https://github.com/rags)

## Features ## Features


* Really quick to learn. * Really quick to learn.
Expand All @@ -13,14 +15,18 @@


You can install pynt from the Python Package Index (PyPI) or from source. You can install pynt from the Python Package Index (PyPI) or from source.


Using pip:: Using pip

```bash ```bash
$ pip install pynt $ pip install pynt
``` ```
Using easy_install::
Using easy_install

```bash ```bash
$ easy_install pynt $ easy_install pynt
``` ```

## Example ## Example




Expand Down Expand Up @@ -130,6 +136,7 @@ Generating HTML in directory "."
Cleaning build directory... Cleaning build directory...
[ example.py - Completed task "clean" ] [ example.py - Completed task "clean" ]
``` ```
The 'html' task dependency 'clean' is run only once. But clean can be explicitly run again later. The 'html' task dependency 'clean' is run only once. But clean can be explicitly run again later.
pynt tasks can accept parameters from commandline. pynt tasks can accept parameters from commandline.
Expand All @@ -143,6 +150,7 @@ Cleaning build directory...
Copying from /path/to/foo to path_to_bar Copying from /path/to/foo to path_to_bar
[ example.py - Completed task "copy_file" ] [ example.py - Completed task "copy_file" ]
``` ```
pynt can also accept keyword arguments. pynt can also accept keyword arguments.
```bash ```bash
Expand Down

0 comments on commit 3baf2e0

Please sign in to comment.