From a2e9fad56cd33b9824729d2205547e7f5c8c02fa Mon Sep 17 00:00:00 2001 From: Hugo Date: Tue, 29 Jul 2014 18:54:03 +0300 Subject: [PATCH] Update install instructions now 1.0.0 is on PyPI [CI skip] --- README.md | 13 +++---------- 1 file changed, 3 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index e84b0bc..1f5a64e 100644 --- a/README.md +++ b/README.md @@ -7,21 +7,14 @@ A Python interface to [Last.fm](http://www.last.fm/) and other api-compatible we Try using the pydoc utility for help on usage or see [test_pylast.py](test_pylast.py) for examples. -Original code can be found at http://code.google.com/p/pylast/ but hasn't been updated since 2011. - Installation ------------ -The old 0.5 version from 2011 is in PyPI so if you have it installed remove it first: +The easiest way is via pip: - pip uninstall pylast + pip install pylast - -You can install this version with pip like this: - - pip install -e git://github.com/pylast/pylast.git#egg=pylast - -Or just copy [pylast.py](pylast.py) to somewhere your Python can see it. No other dependencies are needed. +Or copy [pylast.py](pylast.py) to somewhere your Python can see it. No other dependencies are needed. Features