File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ The MATLAB® Engine API for Python® provides a package to integrate MATLA
18
18
## Install
19
19
20
20
### Windows
21
- MATLAB Engine for Python can be installed directly from the Python Package Index.
21
+ MATLAB Engine API for Python can be installed directly from the Python Package Index.
22
22
<!-- MUST_BE_UPDATED_EACH_RELEASE (Search repo for this string) -->
23
23
``` bash
24
24
$ python -m pip install matlabengine==9.6
@@ -43,7 +43,7 @@ export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:matlabroot/bin/glnxa64
43
43
setenv LD_LIBRARY_PATH ${LD_LIBRARY_PATH} :matlabroot/bin/glnxa64
44
44
```
45
45
46
- MATLAB Engine for Python can be installed directly from the Python Package Index.
46
+ MATLAB Engine API for Python can be installed directly from the Python Package Index.
47
47
<!-- MUST_BE_UPDATED_EACH_RELEASE (Search repo for this string) -->
48
48
``` bash
49
49
$ python -m pip install matlabengine==9.6
@@ -67,7 +67,7 @@ export DYLD_LIBRARY_PATH=$DYLD_LIBRARY_PATH:matlabroot/bin/maci64
67
67
setenv DYLD_LIBRARY_PATH ${DYLD_LIBRARY_PATH} :matlabroot/bin/maci64
68
68
```
69
69
70
- MATLAB Engine for Python can be installed directly from the Python Package Index.
70
+ MATLAB Engine API for Python can be installed directly from the Python Package Index.
71
71
<!-- MUST_BE_UPDATED_EACH_RELEASE (Search repo for this string) -->
72
72
``` bash
73
73
$ python -m pip install matlabengine==9.6
You can’t perform that action at this time.
0 commit comments