{ "cells": [ { "cell_type": "markdown", "metadata": {}, "source": [ "# 1- INSTALLATION\n", "\n", "## 1.1- pip\n", "\n", "```console\n", "pip install pypetb\n", "```" ] }, { "cell_type": "markdown", "metadata": {}, "source": [ "## 1.2- Example\n" ] }, { "cell_type": "code", "execution_count": 1, "metadata": {}, "outputs": [], "source": [ "from pypetb import RnR" ] } ], "metadata": { "kernelspec": { "display_name": "Python 3.11.0 ('.venv': poetry)", "language": "python", "name": "python3" }, "language_info": { "codemirror_mode": { "name": "ipython", "version": 3 }, "file_extension": ".py", "mimetype": "text/x-python", "name": "python", "nbconvert_exporter": "python", "pygments_lexer": "ipython3", "version": "3.11.0" }, "orig_nbformat": 4, "vscode": { "interpreter": { "hash": "5b0187531b184b786a1a11517a05c12427e9a8df4e9e0efa34c1b1a651cfc267" } } }, "nbformat": 4, "nbformat_minor": 2 }