:Author: Marie-Dominique Van Damme
:Version: 1.0
:License: --
:Date: 21/09/2020


Install standard release
=========================

Tracklib supports Python 3.8 and later.



Dependencies
~~~~~~~~~~~~

Tracklib depends on the following Python packages:

* `numpy <https://pypi.org/project/numpy/>`_ – Provides efficient array operations.
* `matplotlib <https://pypi.org/project/matplotlib/>`_ – Used for colormaps and 2D plotting.
* `progressbar2 <https://pypi.org/project/progressbar2/>`_ – Displays the progress of long-running operations.
* `rtree <https://pypi.org/project/rtree/>`_ – Python bindings for libspatialindex, used for spatial indexing.
* `requests <https://pypi.org/project/requests/>`_ – Used to query HTTP web services.

These dependencies are installed automatically when installing Tracklib.


PyPI
~~~~

.. image:: https://img.shields.io/pypi/v/tracklib.svg?logo=python&logoColor=white
   :target: https://pypi.python.org/pypi/tracklib/


Install the latest stable release from `PyPI <https://pypi.org/project/tracklib/>`_ using ``pip``::

    pip install tracklib



.. |br| raw:: html

   <br />
   



   




