Getting Started

This Getting Started guide is intended to assist the user with installing the library.

Install the package

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

$ python3 -m pip install fetchit

Import the fetchit package in Python.

In [1]: import fetchit

In [2]: fetchit.__version__
Out[2]: '0.0.2'

See Basic Usage for some examples.


Last update: Feb 13, 2024