From 1f7adaea9278248efa7cf83f6c8294fbabd8c1a5 Mon Sep 17 00:00:00 2001 From: Dylan McGuire Date: Thu, 30 Oct 2025 21:11:28 -0700 Subject: [PATCH 1/2] fix: requires Lumerical install in readme --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 92104dd..b57365f 100644 --- a/README.rst +++ b/README.rst @@ -35,7 +35,7 @@ A Python wrapper for Ansys Lumerical products. Installing PyLumerical as a user -------------------------------- -You must have an Ansys Lumerical GUI license to use PyLumerical. +You must have an Ansys Lumerical license and installation to use PyLumerical. You can install PyLumerical using pip. From dbce4d9be9dea61b11e6ddd017a8bdf9162829e2 Mon Sep 17 00:00:00 2001 From: pyansys-ci-bot <92810346+pyansys-ci-bot@users.noreply.github.com> Date: Fri, 31 Oct 2025 04:13:20 +0000 Subject: [PATCH 2/2] chore: adding changelog file 18.fixed.md [dependabot-skip] --- doc/source/changelog/18.fixed.md | 1 + 1 file changed, 1 insertion(+) create mode 100644 doc/source/changelog/18.fixed.md diff --git a/doc/source/changelog/18.fixed.md b/doc/source/changelog/18.fixed.md new file mode 100644 index 0000000..39326e7 --- /dev/null +++ b/doc/source/changelog/18.fixed.md @@ -0,0 +1 @@ +Requires Lumerical install in readme