From 3fd46cc865553c568ae68bb2a7a05b8c377c246e Mon Sep 17 00:00:00 2001 From: srpyprime <94401560+srpyprime@users.noreply.github.com> Date: Mon, 21 Oct 2024 15:51:05 +0530 Subject: [PATCH 1/2] Update README.md --- README.md | 22 +++++++++++++++++++--- 1 file changed, 19 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 072228e9dc..5cc3042b93 100644 --- a/README.md +++ b/README.md @@ -67,9 +67,25 @@ pip install -e . ## Dependencies -You must have Ansys 2023 R1 or later installed for access to Ansys Prime Server. -Optionally, CAD readers can be configured. Ansys Prime Server requires -an Ansys Mechanical PrepPost or Fluids PrepPost (CFD) license to run. +You must have Ansys 2023 R1 or later installed to have access to Ansys Prime Server. +Optionally, CAD readers can be configured. + +Ansys Prime Server requires one of the following licenses to run. +The system checks out the first available license from the list in the following order: + +1. CFD PrepPost + +2. CFD PrepPost Pro + +3. Mechanical Enterprise PrepPost + +4. Mechanical Enterprise + +5. Mechanical Pro + +6. Mechanical Premium + +7. Ansys LS-DYNA ## Get started From f1927d6d88f19de25e9b55311148bac8093c4645 Mon Sep 17 00:00:00 2001 From: pyansys-ci-bot <92810346+pyansys-ci-bot@users.noreply.github.com> Date: Mon, 21 Oct 2024 10:22:21 +0000 Subject: [PATCH 2/2] chore: adding changelog file 917.documentation.md [dependabot-skip] --- doc/changelog.d/917.documentation.md | 1 + 1 file changed, 1 insertion(+) create mode 100644 doc/changelog.d/917.documentation.md diff --git a/doc/changelog.d/917.documentation.md b/doc/changelog.d/917.documentation.md new file mode 100644 index 0000000000..637dce6677 --- /dev/null +++ b/doc/changelog.d/917.documentation.md @@ -0,0 +1 @@ +Update README.md \ No newline at end of file