From 16e6654a78350d8e30fbf02ed73a703fe154f647 Mon Sep 17 00:00:00 2001 From: Eli Bendersky Date: Sat, 29 Dec 2012 06:22:09 -0800 Subject: [PATCH] rename README->README.rst to render correctly on BB --- README => README.rst | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) rename README => README.rst (76%) diff --git a/README b/README.rst similarity index 76% rename from README rename to README.rst index 836c1f2..0dcea0c 100644 --- a/README +++ b/README.rst @@ -16,14 +16,16 @@ requirements are a bit more strict, please see the Installing ---------- -When you unzip the source distribution, run:: +**pyelftools** can be installed from PyPI (Python package index):: - > python setup.py install + > pip install pyelftools -Alternatively, **pyelftools** can be installed from PyPI (Python package -index):: +Alternatively, you can download the source distribution for the most recent and +historic versions from the *Downloads* tab on the `pyelftools project page +`_ (by going to *Tags*). Then, you can +install from source, as usual:: - > pip install pyelftools + > python setup.py install How to use it? -------------- -- 2.30.2