.. date: 17/04/2026 author: Andre' Neto copyright: Copyright 2017 F4E | European Joint Undertaking for ITER and the Development of Fusion Energy ('Fusion for Energy'). Licensed under the EUPL, Version 1.1 or - as soon they will be approved by the European Commission - subsequent versions of the EUPL (the "Licence") You may not use this work except in compliance with the Licence. You may obtain a copy of the Licence at: http://ec.europa.eu/idabc/eupl warning: Unless required by applicable law or agreed to in writing, software distributed under the Licence is distributed on an "AS IS" basis, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the Licence permissions and limitations under the Licence. Using the Manager ================= The MARTe2 Manager is a command line tool that allows managing the development of MARTe2 applications. It can be used to: - Deploy a new project - Add a new component (including the boilerplate code) and its corresponding tests and makefiles - Modify an existing component (including the boilerplate code) To install the Manager, navigate to the folder ``MARTe2/Resources/Manager`` and run the command ``pip install .``. This will install the Manager on the system and make it available as a command line tool. Examples of the use of the Manager can be found in the :doc:`MARTe2 tutorial `.