docs/01-installation.markdown @ 4519e10bebc9

Added tag v0.1.0 for changeset a8d51959358b
author Steve Losh <steve@stevelosh.com>
date Tue, 31 Jan 2012 13:46:40 -0500
parents e0dd03f99f3b
children f97c78fac690
Installation
============

You just need Python and `pip`:

    :::bash
    pip install d

You can use `easy_install` if you really want:

    :::bash
    easy_install d

`d` uses Markdown, Pygments, and Pyquery to do some of the heavy lifting.