@@ -11,15 +11,21 @@ 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
1415 * 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+ ---
1521
1622## Install
1723
1824### Windows
1925MATLAB Engine API for Python can be installed directly from the Python Package Index.
2026<!-- MUST_BE_UPDATED_EACH_RELEASE (Search repo for this string) -->
2127``` bash
22- $ python -m pip install matlabengine==9.14.4
28+ $ python -m pip install matlabengine==9.14.5
2329```
2430
2531
@@ -44,7 +50,7 @@ setenv LD_LIBRARY_PATH ${LD_LIBRARY_PATH}:<matlabroot>/bin/glnxa64
4450MATLAB Engine API for Python can be installed directly from the Python Package Index.
4551<!-- MUST_BE_UPDATED_EACH_RELEASE (Search repo for this string) -->
4652``` bash
47- $ python -m pip install matlabengine==9.14.4
53+ $ python -m pip install matlabengine==9.14.5
4854```
4955
5056### macOS
@@ -68,7 +74,7 @@ setenv DYLD_LIBRARY_PATH ${DYLD_LIBRARY_PATH}:<matlabroot>/bin/maci64
6874MATLAB Engine API for Python can be installed directly from the Python Package Index.
6975<!-- MUST_BE_UPDATED_EACH_RELEASE (Search repo for this string) -->
7076``` bash
71- $ python -m pip install matlabengine==9.14.4
77+ $ python -m pip install matlabengine==9.14.5
7278```
7379
7480---
0 commit comments