Installing eigentoolsΒΆ

eigentools requires Dedalus, which you can install via any of the methods found in the Dedalus installation instructions.

Once Dedalus is installed, eigentools is pip installable:

pip install eigentools

If you would like the development version, you can clone the repository and install locally:

git clone https://github.com/DedalusProject/eigentools.git
pip install -e eigentools