Installation
============
You can install NineToothed using ``pip``:
.. code-block::
pip install ninetoothed
To fully leverage its capabilities, you will also need to install a compatible deep learning framework. Currently, NineToothed supports `PyTorch `_.
It is generally considered good practice to use a virtual environment when installing packages with pip, though it is optional. You may find this `documentation `_ helpful.