@@ -11,21 +11,15 @@ The MATLAB® Engine API for Python® provides a package to integrate MATLA
1111### Required 3rd Party Products
1212<!-- MUST_BE_UPDATED_EACH_RELEASE (Search repo for this string) -->
1313* Python 3.8, 3.9, or 3.10
14- <<<<<<< HEAD
1514 * Supported Python versions by MATLAB release can be found [ here] ( https://mathworks.com/support/requirements/python-compatibility.html ) .
16- =======
17- * Supported Python versions by MATLAB release can be found [here](https://www.mathworks.com/support/requirements/python-compatibility.html).
18- >>>>>>> 6fbf1c78f02910e71ce14f3a49f20a634f653509
19-
20- ---
2115
2216## Install
2317
2418### Windows
2519MATLAB Engine API for Python can be installed directly from the Python Package Index.
2620<!-- MUST_BE_UPDATED_EACH_RELEASE (Search repo for this string) -->
2721``` bash
28- $ python -m pip install matlabengine==9.14.5
22+ $ python -m pip install matlabengine==9.14.6
2923```
3024
3125
@@ -50,7 +44,7 @@ setenv LD_LIBRARY_PATH ${LD_LIBRARY_PATH}:<matlabroot>/bin/glnxa64
5044MATLAB Engine API for Python can be installed directly from the Python Package Index.
5145<!-- MUST_BE_UPDATED_EACH_RELEASE (Search repo for this string) -->
5246``` bash
53- $ python -m pip install matlabengine==9.14.5
47+ $ python -m pip install matlabengine==9.14.6
5448```
5549
5650### macOS
@@ -74,7 +68,7 @@ setenv DYLD_LIBRARY_PATH ${DYLD_LIBRARY_PATH}:<matlabroot>/bin/maci64
7468MATLAB Engine API for Python can be installed directly from the Python Package Index.
7569<!-- MUST_BE_UPDATED_EACH_RELEASE (Search repo for this string) -->
7670``` bash
77- $ python -m pip install matlabengine==9.14.5
71+ $ python -m pip install matlabengine==9.14.6
7872```
7973
8074---
0 commit comments