You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-1Lines changed: 4 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,11 +9,14 @@ To install in local directory:
9
9
pip install -e .
10
10
11
11
matlabengine is an optional dependency only required for Matlab custom functions. The version of matlabengine should match the version of Matlab installed on the machine. This can be installed as shown below:
12
+
12
13
pip install -e .[Matlab-2023a]
13
14
14
-
Development dependencies can be installed as shown below
15
+
Development dependencies can be installed as shown below
0 commit comments