{
 "cells": [
  {
   "cell_type": "markdown",
   "id": "5633e6e5",
   "metadata": {},
   "source": [
    "# Installation\n",
    "You can install this package by downloading the source code on Github :\n",
    "\n",
    "<a href=\"https://github.com/star-age/diplotocus\" target=\"_blank\">\n",
    "<img src=\"../_static/button.svg\" width=\"200\">\n",
    "</a>\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": [
    "<h3>Dependencies</h3>\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
}
