{ "cells": [ { "cell_type": "markdown", "id": "5633e6e5", "metadata": {}, "source": [ "# Installation\n", "You can install this package by downloading the source code on Github :\n", "\n", "\n", "\n", "\n", "\n", "Or you can install via [pip](https://pypi.org/project/diplotocus/) :" ] }, { "cell_type": "code", "execution_count": null, "id": "636cee97", "metadata": {}, "outputs": [], "source": [ "pip install diplotocus" ] }, { "cell_type": "markdown", "id": "13068a8e", "metadata": {}, "source": [ "

Dependencies

\n", "\n", "- matplotlib\n", "- numpy\n", "- ffmpeg\n", "- [svgpath2mpl](https://pypi.org/project/svgpath2mpl/)\n", "- tqdm (optional)" ] } ], "metadata": { "kernelspec": { "display_name": "Python 3", "language": "python", "name": "python3" }, "language_info": { "name": "python", "version": "3.13.3" } }, "nbformat": 4, "nbformat_minor": 5 }