File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
doc/source/getting_started Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ Install from a Python file
23
23
~~~~~~~~~~~~~~~~~~~~~~~~~~
24
24
25
25
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 .
27
27
28
28
You can install PyEDB offline using a wheelhouse, which is a ZIP file containing all
29
29
the needed packages. The `Releases <https://github.com/ansys-internal/pyansys-edb/releases >`_
@@ -86,7 +86,7 @@ wheelhouse with code like this:
86
86
Update PyEDB to the latest version
87
87
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
88
88
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:
90
90
91
91
.. code :: bash
92
92
You can’t perform that action at this time.
0 commit comments