From 004ff74420c0efa90d7c21725b601f4396204f93 Mon Sep 17 00:00:00 2001 From: hugovk Date: Mon, 1 Dec 2014 10:33:03 +0200 Subject: [PATCH] Update README install instructions --- README.rst | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/README.rst b/README.rst index 5847516..a4eced5 100644 --- a/README.rst +++ b/README.rst @@ -14,6 +14,20 @@ Install pip install nose-timer +Or to install the latest development version from Git: + +.. code:: + + pip install git+git://github.com/mahmoudimus/nose-timer.git + +Or to install the latest from source: + +.. code:: + + git clone https://github.com/mahmoudimus/nose-timer.git + cd nose-timer + python setup.py install + Usage -----