File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree 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
1818## Install
1919
2020### 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.
2222<!-- MUST_BE_UPDATED_EACH_RELEASE (Search repo for this string) -->
2323``` bash
2424$ python -m pip install matlabengine==9.6
@@ -43,7 +43,7 @@ export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:matlabroot/bin/glnxa64
4343setenv LD_LIBRARY_PATH ${LD_LIBRARY_PATH} :matlabroot/bin/glnxa64
4444```
4545
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.
4747<!-- MUST_BE_UPDATED_EACH_RELEASE (Search repo for this string) -->
4848``` bash
4949$ python -m pip install matlabengine==9.6
@@ -67,7 +67,7 @@ export DYLD_LIBRARY_PATH=$DYLD_LIBRARY_PATH:matlabroot/bin/maci64
6767setenv DYLD_LIBRARY_PATH ${DYLD_LIBRARY_PATH} :matlabroot/bin/maci64
6868```
6969
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.
7171<!-- MUST_BE_UPDATED_EACH_RELEASE (Search repo for this string) -->
7272``` bash
7373$ python -m pip install matlabengine==9.6
You can’t perform that action at this time.
0 commit comments