Manta Node
==========
Manta Node is the edge component of the Manta platform. It is designed to run on both ARM and x86 architectures and requires the Docker engine to be installed locally. This guide will walk you through the process of installing Docker, and the Manta Node Python module.
Installing Docker
-----------------
Docker is required to run tasks securely and efficiently on the Manta Node.
Please follow the official `Docker installation guides `_.
Installing Manta Node
---------------------
The recommended way to install Manta Node is by using pre-built packages. This approach simplifies the setup and ensures all required dependencies are included.
1. **Download the Wheel File**: Obtain the pre-built wheel file for the Manta Node from the official release `repository `_.
2. **Install the Wheel File**: Use :code:`pip` to install the downloaded wheel file. Run the following command in your terminal:
.. code:: bash
pip install manta_node--py3-none-any.whl
This method is ideal for most users as it reduces compatibility issues and streamlines the installation process.