Installation#

You can install NineToothed using pip:

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.