########################### MolCube-API package ########################### This guide provides step-by-step instructions for installing and running the MolCube-API (CubeBuilder) Python package in on-premises or cloud environments. Prerequisites ============= Before beginning the installation, ensure you have the following: 1. Python3 * Required for orchestrating the MolCube-API package. * Installation instructions: https://www.python.org/downloads/ 2. MolCube-Apps Account Installation ============ Install the MolCube-API Package ------------------------------- :: pip install -U http://deployments.molcube.com/api/molcube-0.3.0-py3-none-any.whl Example Usage ============ After installation, you can use the MolCube-API package in your Python scripts. * Here’s a simple example: https://github.com/molcube/molcube-api-example/blob/main/example.ipynb