From 98582df4925091558a108749dfcd2a05efe41736 Mon Sep 17 00:00:00 2001 From: demotu Date: Sun, 29 Mar 2020 21:30:38 -0300 Subject: [PATCH] docs --- docs/psd2.ipynb | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/docs/psd2.ipynb b/docs/psd2.ipynb index 6753b04..4500d33 100644 --- a/docs/psd2.ipynb +++ b/docs/psd2.ipynb @@ -21,6 +21,23 @@ "Let's exemplify the use of `psd2.py`." ] }, + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "## Installation\n", + "\n", + "```bash\n", + "pip install psd2\n", + "```\n", + "\n", + "Or\n", + "\n", + "```bash\n", + "conda install -c duartexyz psd2\n", + "```" + ] + }, { "cell_type": "code", "execution_count": 1,