mirror of
https://github.com/beetbox/beets.git
synced 2026-01-02 22:12:53 +01:00
Updated lastimport installation instructions
This commit is contained in:
parent
c074ed37f1
commit
70c399f0b1
1 changed files with 5 additions and 3 deletions
|
|
@ -9,10 +9,12 @@ with this field.
|
|||
Installation
|
||||
------------
|
||||
|
||||
To use the ``lastimport`` plugin, first enable it in your configuration (see
|
||||
:ref:`using-plugins`). Then install the `requests`_ library by typing::
|
||||
The plugin requires `pylast`_, which you can install using `pip`_ by typing::
|
||||
|
||||
pip install requests
|
||||
pip install pylast
|
||||
|
||||
After you have pylast installed, enable the ``lastimport`` plugin in your
|
||||
configuration (see :ref:`using-plugins`).
|
||||
|
||||
Next, add your Last.fm username to your beets configuration file::
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue