Installation
Alto requires Python 3.8 and above. It can be installed viapip
:
Creating your first project
Alto has a powerful CLI that allows users to instantiate, modify, and execute their projects. To initialize your first project, usealto init
:
Running your first project
To run your project on your cloud environment, use thealto build
command. Under the
hood, this command:
- Builds the cloud environment according to instructions contained in the configuration file, and
- Executes your project on the cloud.