How to Install

There are two ways to install mplstyle. Both are described below.

From Source

Open Command Prompt (cmd), copy and paste the line written below and press enter. The mplstyle package will automatically be added to Python search path.

pip install git+https://github.com/tzipperle/mplstyle.git@master

From Python

Type the following command at the beginning of your code to add the package to the Python search path.

sys.path.append('C:/.../mplstyle/')

'C:/.../mplstyle/' is the path to the directory, where mplstyle is located. This step is necessary, if for example you have just downloaded or cloned (with git) this repository to your directory.