Skip to content
This repository has been archived by the owner on May 31, 2020. It is now read-only.

Commit

Permalink
Information for dev and stable installs
Browse files Browse the repository at this point in the history
  • Loading branch information
sbarakat committed May 19, 2017
1 parent f08b3d5 commit 236c078
Showing 1 changed file with 14 additions and 6 deletions.
20 changes: 14 additions & 6 deletions README.rst
Expand Up @@ -12,13 +12,21 @@ library manager and much more.
Installing
----------

Installation of the plugin can be done using pip:
Stable
~~~~~~

The stable version of the plugin is available from PyPI. Installation can be done using pip:

::

pip install beets-copyartifacts

or by using these commands:
If you get permission errors try running it with ``sudo``

Development
~~~~~~~~~~~

The development version can be installed from GitHub by using these commands:

::

Expand All @@ -28,15 +36,15 @@ or by using these commands:

If you get permission errors try running it with ``sudo``

You will then need to enable the plugin in beets' config.yaml
Configuration
-------------

You will need to enable the plugin in beets' config.yaml

::

plugins: copyartifacts

Configuration
-------------

It can copy files by file extenstion:

::
Expand Down

0 comments on commit 236c078

Please sign in to comment.