aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Harder <radhermit@gmail.com>2015-07-28 23:26:54 -0400
committerTim Harder <radhermit@gmail.com>2015-07-28 23:26:54 -0400
commit064eb365276c458b35de8787cacfcbe04771a3c9 (patch)
tree90396a21019e87361a5f500977b246e825eecbe8 /README.rst
parentsetup: add mock as a test dep for < py33 (diff)
downloadsnakeoil-064eb365276c458b35de8787cacfcbe04771a3c9.tar.gz
snakeoil-064eb365276c458b35de8787cacfcbe04771a3c9.tar.bz2
snakeoil-064eb365276c458b35de8787cacfcbe04771a3c9.zip
readme: update install commands
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst14
1 files changed, 8 insertions, 6 deletions
diff --git a/README.rst b/README.rst
index a6ba94f..12a31bc 100644
--- a/README.rst
+++ b/README.rst
@@ -37,17 +37,19 @@ Note that mock_ is required for tests if you're using anything less than python
Installing
==========
-To build::
+Installing latest pypi release in a virtualenv::
- tar jxf snakeoil-0.xx.tar.bz2
- cd snakeoil-0.xx
- python setup.py build
+ pip install snakeoil
-To install::
+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
+
+Installing from a tarball or git repo::
- cd snakeoil-0.xx
python setup.py install
+
.. _`mailing list`: https://groups.google.com/forum/#!forum/python-snakeoil
.. _#pkgcore: https://webchat.freenode.net?channels=%23pkgcore&uio=d4
.. _`issue tracker`: https://github.com/pkgcore/snakeoil/issues