Skip to content

Commit

Permalink
Update installation.rst
Browse files Browse the repository at this point in the history
Update installation method.
  • Loading branch information
Ericgig authored Sep 10, 2024
1 parent b7ff6de commit b5b098a
Showing 1 changed file with 9 additions and 4 deletions.
13 changes: 9 additions & 4 deletions doc/source/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,19 +4,24 @@ Installation

.. _quickstart:

Qutip-Jax needs the development version of Qutip and installation is only possible from source.
Qutip-Jax can be installed with pip:

.. code-block:: bash
pip install qutip --pre
pip install git+https://github.com/qutip/qutip-jax.git
pip install qutip>=5.0.0 qutip-jax
However qutip-jax is currently being developed and a lot of feature are only available when installed from source:

.. code-block:: bash
pip install git+https://github.com/qutip/qutip.git
pip install git+https://github.com/qutip/qutip-jax.git
.. _prerequisites:

Prerequisites
=============
This package use the development version of QuTiP, Jax, equinox and diffrax.
This package uses QuTiP, Jax, equinox and diffrax.

We use ``pytest`` for testing.

Expand Down

0 comments on commit b5b098a

Please sign in to comment.