Install Provider ================ Due to machine virtualization and some copyright issues, we support various platforms including VMWare, VirtualBox, AWS, etc., which we refer to as "providers". Please refer to the documentation to complete the advanced configuration of different providers according to the situation. Also, when initializing the DesktopEnv variable, enter your choice into the ``provider_name`` parameter, which defaults to ``vmware``, as follows: .. code-block:: python env = DesktopEnv(provider_name = "aws") ... We will continue our efforts to support more platforms in the future. .. toctree:: :maxdepth: 4 docker vmware virtualbox aws