From 9eead58ab31171681fd235a88f0e7abdeac3aaf1 Mon Sep 17 00:00:00 2001 From: Wilson Rocha Date: Mon, 12 Aug 2024 22:29:44 -0300 Subject: [PATCH] Remove pip install from list of packages to be installed --- docs/book/2 - NARMAX Model Representation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/book/2 - NARMAX Model Representation.md b/docs/book/2 - NARMAX Model Representation.md index 66c2e9f..91ce54f 100644 --- a/docs/book/2 - NARMAX Model Representation.md +++ b/docs/book/2 - NARMAX Model Representation.md @@ -3,7 +3,7 @@ There are several NARMAX model representations, including polynomial, Fourier, g To reproduce the codes presented in this section, make sure you have these packages installed: ``` -pip install sysidentpy, scikit-learn, scipy, pytorch, matplotlib +sysidentpy, scikit-learn, scipy, pytorch, matplotlib ``` ## Basis Function