# Installation

prax is created based on jax, and please install jax at first. See [JAX install guide](https://github.com/google/jax#installation) for installation.

After the installation of jax, prax can be installed with pip directly from GitHub, with the following command:

```bash
pip install git+https://github.com/yonesuke/prax.git
```