Getting Started

This getting-started guide is intended to assist the user with installing the library.

Install from PyPI

The latest released version of paguro can be installed from PyPI using pip.

$ pip install paguro

Paguro has only 1 required dependency: polars

Import

Import the paguro package in Python.

In [1]: import paguro as pg

In [2]: pg.__version__
Out[2]: '0.3.1'