mirror of
https://github.com/beetbox/beets.git
synced 2026-01-30 03:54:21 +01:00
Specify the language of a code-block
This commit is contained in:
parent
bc379850b2
commit
54aa095882
1 changed files with 4 additions and 2 deletions
|
|
@ -11,9 +11,11 @@ Installation
|
|||
------------
|
||||
|
||||
To use the ``discogs`` plugin, first enable it in your configuration (see
|
||||
:ref:`using-plugins`). Then, install the `python3-discogs-client`_ library by typing::
|
||||
:ref:`using-plugins`). Then, install the `python3-discogs-client`_ library by typing:
|
||||
|
||||
pip install python3-discogs-client
|
||||
.. code-block:: console
|
||||
|
||||
$ pip install python3-discogs-client
|
||||
|
||||
You will also need to register for a `Discogs`_ account, and provide
|
||||
authentication credentials via a personal access token or an OAuth2
|
||||
|
|
|
|||
Loading…
Reference in a new issue