Skip to content

Commit

Permalink
Improve Readme
Browse files Browse the repository at this point in the history
  • Loading branch information
fvalverd committed Nov 15, 2011
1 parent a5bb446 commit 92a9c4e
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Authors
Requirements
============
* webtest
* freshen
* freshen (from GitHub, most recent version)
* bottle
* nose
* lxml
Expand All @@ -18,11 +18,14 @@ To install
----------
::

easy_install webtest freshen bottle nose lxml
easy_install webtest bottle nose lxml
cd /tmp
git clone [email protected]:rlisagor/freshen
cd freshen
python setup.py install

Tests
=====
::

nosetests --with-freshen -v

nosetests --with-freshen --list-undefined -v

0 comments on commit 92a9c4e

Please sign in to comment.