Installation
Installing ZenML and getting started.
Last updated
Was this helpful?
Installing ZenML and getting started.
Last updated
Was this helpful?
Install ZenML
ZenML is a Python package that can be installed directly via pip
:
Note that ZenML currently supports Python 3.9, 3.10, 3.11, and 3.12. Please make sure that you are using a supported Python version.
Verifying Installations
Once the installation is completed, you can check whether the installation was successful either through Bash or Python:
If you would like to learn more about the current release, please visit our
zenml
is also available as a Docker image hosted publicly on . Use the following command to get started in a bash environment with zenml
available:
If you would like to run the ZenML server with Docker:
Though ZenML can run entirely as a pip package on a local system, complete with the dashboard. You can do this easily:
However, advanced ZenML features are dependent on a centrally deployed ZenML server accessible to other MLOps stack components. You can read more about it . For the deployment of ZenML, you have the option to either it or register for a free account.