PINA requires requires torch, lightning, torch_geometric and matplotlib.
Mac and Linux users can install pre-built binary packages using pip. To install the package just type:
$ pip install pina-mathlabTo uninstall the package:
$ pip uninstall pina-mathlabThe official distribution is on GitHub, and you can clone the repository using
$ git clone https://github.com/mathLab/PINATo install the package just type:
$ pip install -e .To install extra dependencies required to run tests or tutorials directories, please use the following command:
$ pip install "pina-mathlab[extras]"Available extras include:
- dev for development purpuses, use this if you want to Contribute.
- test for running test locally.
- doc for building documentation locally.
- tutorial for running tutorials