Installation#
From sources#
The sources for jaxpp can be downloaded from the repository.
You can either clone the public repository:
$ git clone https://github.com/NVIDIA/jaxpp.git
Or download the source package:
$ curl -OJL https://github.com/NVIDIA/jaxpp/archive/refs/heads/main.zip
Once you have a copy of the source, you can install it with:
$ python setup.py install