Skip to content

Commit 3b9f4bb

Browse files
authored
Clarify that the venv is needed for running ansys-launcher (#845)
Add a note that the PyACP virtual environment is required for running the ``ansys-launcher`` command. Closes #843.
1 parent fa2cff8 commit 3b9f4bb

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

doc/source/user_guide/howto/launch_configuration.rst

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ To change this behavior, you can use the ``ansys-launcher`` command line tool to
1212

1313
.. note::
1414

15+
The virtual environment in which PyACP is installed must be activated before running the ``ansys-launcher`` command.
16+
1517
On Windows, the executable may be called ``ansys-launcher.exe``.
1618

1719
.. code-block:: bash
@@ -41,7 +43,7 @@ You may configure any of the three methods with the ``ansys-launcher`` tool. For
4143
ansys-launcher configure ACP direct
4244
4345
The tool prompts you for the required information, providing the default value
44-
in square brackets. You can accept the default value by pressing the **Enter** key or input a
46+
in square brackets. You can accept the default value by pressing the **Enter** key or input a
4547
new value by typing it and then pressing the **Enter** key.
4648

4749
.. code-block:: bash

0 commit comments

Comments
 (0)