How to install latest development version

[CI skip]
This commit is contained in:
Hugo 2017-11-02 19:03:42 +02:00 committed by GitHub
parent d58a8ee61f
commit 128afc7862
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -20,6 +20,14 @@ Install via pip:
pip install pylast 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: Note:
* pyLast >= 2.0.0 supports Python 2.7.10+ and 3.4, 3.5, 3.6. * pyLast >= 2.0.0 supports Python 2.7.10+ and 3.4, 3.5, 3.6.