summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLaurent Peuch <cortex@worlddomination.be>2019-06-19 19:45:54 +0200
committerLaurent Peuch <cortex@worlddomination.be>2019-06-19 19:45:54 +0200
commitb0d82c89ebbf9e779804bf34c2abbffd789abd94 (patch)
tree47ab8ab6a6f58f07da80c616cde4ed4b509667f1
parente9073cbe4d43ae80be4d2cf4bacf91c4bdc652cd (diff)
downloadlogilab-common-b0d82c89ebbf9e779804bf34c2abbffd789abd94.tar.gz
[doc] add instruction on how to install using pypi
-rw-r--r--README6
1 files changed, 5 insertions, 1 deletions
diff --git a/README b/README
index 724faad..90ec4ee 100644
--- a/README
+++ b/README
@@ -24,7 +24,11 @@ Designed to ease:
Installation
------------
-Extract the tarball, jump into the created directory and run ::
+logilab-common is available on pypi so you can install it using pip ::
+
+ pip install logilab-common
+
+Or alternatively extract the tarball, jump into the created directory and run ::
python setup.py install