Manta Core¶
Installing Manta Core¶
For a streamlined setup, it is recommended to install Manta Core using pre-built packages. This method ensures that all dependencies are properly handled, minimizing compatibility issues.
Download the Wheel File: Obtain the pre-built wheel file for Manta Core from the official release repository.
Install the Wheel File: Use
pip
to install the downloaded wheel file. Run the following command in your terminal:
pip install manta-<version>-py3-none-any.whl
This is the preferred installation approach for most users.
Docker¶
While not strictly required for Manta Core itself, Docker is useful for building the container images that are deployed to Manta Nodes for running data science and machine learning tasks.
Please follow the official Docker installation guides
Next Steps¶
Once you have installed Manta Core and its dependencies, you can proceed to the next step: developing and deploying Swarms. For more information, refer to the dedicated Guide section.