Switched order of intro and how to install in README
This commit is contained in:
parent
3968b4ea23
commit
daf089fd28
1 changed files with 15 additions and 14 deletions
29
README.rst
29
README.rst
|
|
@ -1,17 +1,5 @@
|
|||
Installation
|
||||
===================
|
||||
|
||||
There are a number of ways to install this package::
|
||||
|
||||
easy_install ago
|
||||
|
||||
pip install ago
|
||||
|
||||
or specify *ago* under the *setup_requires* list within your
|
||||
*setuptools*-compatible project's *setup.py* file.
|
||||
|
||||
What are human readable timedeltas?
|
||||
========================================
|
||||
What are human readable timedeltas? | ago.py
|
||||
===============================================
|
||||
|
||||
ago.py makes customizable human readable timedeltas, for example:
|
||||
|
||||
|
|
@ -26,6 +14,19 @@ Testing future::
|
|||
Job will run 2 days, 3 hours from now
|
||||
|
||||
|
||||
How to install
|
||||
===================
|
||||
|
||||
There are a number of ways to install this package::
|
||||
|
||||
easy_install ago
|
||||
|
||||
pip install ago
|
||||
|
||||
or specify *ago* under the *setup_requires* list within your
|
||||
*setuptools*-compatible project's *setup.py* file.
|
||||
|
||||
|
||||
How to use
|
||||
==================
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue