Contributing and Development ============================= For the latest development version and/or you want to build the documentation locally .. code-block:: bash # Clone the repository git clone https://github.com/perturber/StableEMRIFisher.git cd StableEMRIFisher # Install in development mode pip install -e ".[docs,dev]" # Maybe want cuda12x here aswell if using GPUs