Skip to content

Commit 5c0b81a

Browse files
committed
docs
1 parent ccfd8e1 commit 5c0b81a

File tree

4 files changed

+94
-23
lines changed

4 files changed

+94
-23
lines changed

docs/detect_cusum.ipynb

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,23 @@
5353
"Let's see how to use `detect_cusum.py`; first let's import the necessary Python libraries and configure the environment:"
5454
]
5555
},
56+
{
57+
"cell_type": "markdown",
58+
"metadata": {},
59+
"source": [
60+
"## Installation\n",
61+
"\n",
62+
"```bash\n",
63+
"pip install detecta\n",
64+
"```\n",
65+
"\n",
66+
"Or\n",
67+
"\n",
68+
"```bash\n",
69+
"conda install -c duartexyz detecta\n",
70+
"```"
71+
]
72+
},
5673
{
5774
"cell_type": "code",
5875
"execution_count": 1,

docs/detect_onset.ipynb

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,23 @@
2727
"Let's see how `detect_onset.py` works; first let's import the necessary Python libraries and configure the environment: "
2828
]
2929
},
30+
{
31+
"cell_type": "markdown",
32+
"metadata": {},
33+
"source": [
34+
"## Installation\n",
35+
"\n",
36+
"```bash\n",
37+
"pip install detecta\n",
38+
"```\n",
39+
"\n",
40+
"Or\n",
41+
"\n",
42+
"```bash\n",
43+
"conda install -c duartexyz detecta\n",
44+
"```"
45+
]
46+
},
3047
{
3148
"cell_type": "code",
3249
"execution_count": 1,

0 commit comments

Comments
 (0)