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

@ -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: