Update install instructions now 1.0.0 is on PyPI

[CI skip]
This commit is contained in:
Hugo 2014-07-29 18:54:03 +03:00
parent 1e3551e611
commit a2e9fad56c

View file

@ -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. 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 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
Or copy [pylast.py](pylast.py) to somewhere your Python can see it. No other dependencies are needed.
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.
Features Features