.. _exploration_tool-running: Running Exploration Tool ======================== Launching the Exploration Tool application ------------------------------------------ After :ref:`installation-and-setup`, Exploration Tool is launched with:: python -m acconeer.exptool.app Launching the standalone examples --------------------------------- If you have downloaded the repository from `GitHub `__, you can view, edit, and run the examples under the ``examples/`` folder. Some examples are meant to be edited directly and does not support *command line arguments*, but most examples do. The majority of the examples can be run against our modules via a common set of command line arguments: .. tip:: The supported command line arguments can be seen in most examples by running:: python -m --help A121 Examples ^^^^^^^^^^^^^ The examples in the ``examples/a121/`` folder support the common command line arguments:: python -m --serial-port COMX python -m --ip-address python -m --usb-device A111 Examples ^^^^^^^^^^^^^ The examples in the ``examples/a111/`` folder support the common command line arguments:: python -m --uart COMX python -m --socket