How to install latest development version
[CI skip]
This commit is contained in:
parent
d58a8ee61f
commit
128afc7862
|
@ -20,6 +20,14 @@ 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:
|
||||
|
||||
* pyLast >= 2.0.0 supports Python 2.7.10+ and 3.4, 3.5, 3.6.
|
||||
|
|
Loading…
Reference in a new issue