From 128afc78623024c8691622a707e28a64fac80579 Mon Sep 17 00:00:00 2001 From: Hugo Date: Thu, 2 Nov 2017 19:03:42 +0200 Subject: [PATCH] How to install latest development version [CI skip] --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 53b5d12..da7f7a8 100644 --- a/README.md +++ b/README.md @@ -19,6 +19,14 @@ Installation Install via pip: pip install pylast + +Install latest development version: + + pip install -U git+https://github.com/pylast/pylast.git + +Or from requirements.txt: + + -e git://github.com/pylast/pylast.git#egg=pylast Note: