Skip to content

Commit

Permalink
Merge pull request #6 from ericrasmussen/dhhagan-patch-1
Browse files Browse the repository at this point in the history
README cleanup
  • Loading branch information
ericrasmussen committed Jul 3, 2014
2 parents 261e3c8 + db31934 commit 7d1b8ac
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 88 deletions.
1 change: 0 additions & 1 deletion MANIFEST.in
@@ -1,3 +1,2 @@
include README.markdown
include README.rst
include CHANGES.txt
87 changes: 0 additions & 87 deletions README.markdown

This file was deleted.

25 changes: 25 additions & 0 deletions README.rst
Expand Up @@ -14,6 +14,31 @@ Features
4) Simple `Exceptions`


Installation
============

You can install postmonkey via `easy_install`:

.. code-block:: console
easy_install postmonkey
Or by using `pip` (requires you to specify the version because latest is 1.0b):

.. code-block:: console
pip install postmonkey==1.0b
Or by placing the requirement in `install_requires` in your `setup.py` file:

.. code-block:: python
install_requires=[
# all your other packages
'postmonkey==1.0b',
]
Basic Usage
===========

Expand Down

0 comments on commit 7d1b8ac

Please sign in to comment.