Skip to content

Latest commit

 

History

History
35 lines (25 loc) · 1.26 KB

README.md

File metadata and controls

35 lines (25 loc) · 1.26 KB

mpl-tools

Travis Coveralls Hits.dwyl PyPI PyPI - Downloads

This package provides some tools to work with Matplotlib.

Installation

Normal installation

pip install mpl-tools

For development

On Linux: git clone <this repo> ; make install

On Windows (or Linux): Download & extract this repo. Install poetry. Run poetry install.

Note: The above will install poetry, which then installs the source and its dependencies into an isolated virtual environment. To add packages, you should not use pip install, but poetry, e.g. poetry add --dev somepackage.