Skip to content

Commit bbe4803

Browse files
committed
MISC: update following code review
1 parent c3fa34e commit bbe4803

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/source/getting_started/installation.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Install from a Python file
2323
~~~~~~~~~~~~~~~~~~~~~~~~~~
2424

2525
ANSYS AEDT installation already provides a python interpreter, which can be used to run PyEDB in a virtual environment,
26-
you can run PyEDT using CPython 3.7 9or CPython 3.7 through 3.10 from AEDT 2023 R2).
26+
you can run PyEDB using CPython from 3.9 to 3.11. Note that ANSYS AEDT install CPython 3.10 with the release 2024R1.
2727

2828
You can install PyEDB offline using a wheelhouse, which is a ZIP file containing all
2929
the needed packages. The `Releases <https://github.com/ansys-internal/pyansys-edb/releases>`_
@@ -86,7 +86,7 @@ wheelhouse with code like this:
8686
Update PyEDB to the latest version
8787
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
8888

89-
After installingPyEDT, upgrade it to the latest version with this command:
89+
After installing PyEDB, upgrade it to the latest version with this command:
9090

9191
.. code:: bash
9292

0 commit comments

Comments
 (0)