Quick Start =================== Platform Support ---------------------- ``jaxbook`` can run on any platform supported by ``JAX``. Installation ------------------------------- Installation from PyPI: .. code:: shell python -m pip install jaxbook Directly from our GITHUB repository: .. code:: shell python -m pip install git+https://github.com/shailesh1729/jaxbook.git .. note:: If you are on Windows, JAX is not yet officially supported. However, you can install an unofficial JAX build for windows from https://github.com/cloudhan/jax-windows-builder. This works quite well for development purposes.