bilby-cython ============ A collection of optimized tools for functionality causing bottlenecks in `Bilby <docs.ligo.org/lscsoft/bilby/>`_. .. toctree:: :maxdepth: 2 geometry time Installation ------------ .. tabs:: .. tab:: Conda .. code-block:: console $ conda install -c conda-forge bilby.cython .. tab:: Pip .. code-block:: console $ pip install bilby.cython .. tab:: Source .. code-block:: console $ git clone git@git.ligo.org:colm.talbot/bilby-cython.git $ cd bilby-cython $ pip install . .. tab:: Develop .. code-block:: console $ git clone git@git.ligo.org:colm.talbot/bilby-cython.git $ cd bilby-cython $ pip install -e .