Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 370 Bytes

File metadata and controls

27 lines (19 loc) · 370 Bytes

Installation

From PyPI

pip install termatplotlib

From source

git clone https://github.com/rkriad585/termatplotlib
cd termatplotlib
pip install .

Requirements

  • Python >= 3.6
  • No external dependencies — uses only the Python standard library

Verify installation

import termatplotlib as tpl
print(tpl.__all__)