Firstly, you need to install Python >= 3.11, then:
pip install artypyIf you want to use cuda for nn module, you should install pytorch with cuda, or simply:
pip install artypy[cuda]You can see usage examples in the _demo folder of the github repository: