Skip to content

Commit 9eead58

Browse files
authored
Remove pip install from list of packages to be installed
1 parent eceae80 commit 9eead58

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/book/2 - NARMAX Model Representation.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ There are several NARMAX model representations, including polynomial, Fourier, g
33
To reproduce the codes presented in this section, make sure you have these packages installed:
44

55
```
6-
pip install sysidentpy, scikit-learn, scipy, pytorch, matplotlib
6+
sysidentpy, scikit-learn, scipy, pytorch, matplotlib
77
```
88

99
## Basis Function

0 commit comments

Comments
 (0)