aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Harder <radhermit@gmail.com>2016-03-06 01:04:54 -0500
committerTim Harder <radhermit@gmail.com>2016-03-06 01:04:54 -0500
commit9ffff4a068d800b28364a35595ce05a3041b3c53 (patch)
tree62aaa62e33c9c16a7fd0a9fdef65c56fe2f4bbe8 /README.rst
parentreadme: various header changes (diff)
downloadpkgcore-9ffff4a068d800b28364a35595ce05a3041b3c53.tar.gz
pkgcore-9ffff4a068d800b28364a35595ce05a3041b3c53.tar.bz2
pkgcore-9ffff4a068d800b28364a35595ce05a3041b3c53.zip
readme: change section ordering
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst56
1 files changed, 28 insertions, 28 deletions
diff --git a/README.rst b/README.rst
index 51cd5583..f22da5e1 100644
--- a/README.rst
+++ b/README.rst
@@ -12,20 +12,6 @@ manager in each package (pkgcore *does* require being able to treat the pkg as
data, instead of autopackage's method of handing resolution/all manager ops off
to the package script).
-Requirements
-============
-
-At least python version 2.7, and snakeoil_ — a utility library with misc
-optimizations split out of pkgcore for others to use. For unittests, mock_ is
-required if you're using anything less than python 3.3.
-
-Contact
-=======
-
-For support and development inquiries join `#pkgcore`_ on Freenode.
-
-For bugs and feature requests please create an issue on Github_.
-
Tools
=====
@@ -45,6 +31,30 @@ Tools
**pquery**: query repository info, revdeps, pkg search, vdb search, etc.
+Requirements
+============
+
+At least python version 2.7, and snakeoil_ — a utility library with misc
+optimizations split out of pkgcore for others to use. For unittests, mock_ is
+required if you're using anything less than python 3.3.
+
+Installing
+==========
+
+Installing latest pypi release in a virtualenv::
+
+ pip install pkgcore
+
+Installing from git in a virtualenv (note that snakeoil should be used from git)::
+
+ pip install https://github.com/pkgcore/snakeoil/archive/master.tar.gz
+ pip install https://github.com/pkgcore/pkgcore/archive/master.tar.gz
+
+Installing from a tarball or git repo::
+
+ python setup.py install
+ pplugincache
+
Documentation
=============
@@ -66,22 +76,12 @@ the following::
tox -e py27
-Installing
-==========
-
-Installing latest pypi release in a virtualenv::
-
- pip install pkgcore
-
-Installing from git in a virtualenv (note that snakeoil should be used from git)::
-
- pip install https://github.com/pkgcore/snakeoil/archive/master.tar.gz
- pip install https://github.com/pkgcore/pkgcore/archive/master.tar.gz
+Contact
+=======
-Installing from a tarball or git repo::
+For support and development inquiries join `#pkgcore`_ on Freenode.
- python setup.py install
- pplugincache
+For bugs and feature requests please create an issue on Github_.
.. _snakeoil: https://github.com/pkgcore/snakeoil