Skip to content

Commit 1207751

Browse files
author
Dakota Junkman
committed
readme fix
1 parent d3c62c2 commit 1207751

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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
4343
setenv 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
6767
setenv 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

0 commit comments

Comments
 (0)