Skip to content

Commit

Permalink
Merge pull request #115 from jhermann/doc-fixes
Browse files Browse the repository at this point in the history
Doc fixes
  • Loading branch information
Almad committed Oct 10, 2013
2 parents 95ad2c6 + 129181f commit 19521c5
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion README.rst
Expand Up @@ -42,10 +42,14 @@ Installation
You can install Paver either via the Python Package Index (PyPI)
or from source.

To install using `pip`,::
To install a PyPI release using `pip`::

$ pip install -U Paver

… or alternatively from source (github `master`)::

$ pip install -e git+https://github.com/paver/paver.git#egg=Paver

To install using `easy_install`::

$ easy_install -U Paver
Expand Down
2 changes: 1 addition & 1 deletion paver/doctools.py
Expand Up @@ -46,7 +46,7 @@ def html():
the root under which Sphinx will be working. Default: docs
builddir
directory under the docroot where the resulting files are put.
default: build
default: .build
sourcedir
directory under the docroot for the source files
default: (empty string)
Expand Down

0 comments on commit 19521c5

Please sign in to comment.