.. _sec-install:
Install
-------
The tool is implemented in Python, distributed via `pypi
`_ and exercised from the
:ref:`command-line `, thus `pipx `_ does a
great job at creating a virtual-environment for it and an entry-point to the
command-line utility.
Thus, install it, using `pipx `_, using like so::
pipx install jugmt
.. note::
``pipx`` does not install the system libraries ``libxml2`` and ``libxslt``
that the tool depends upon, so ensure that you have these installed.