pip
:
Virtual Environments
We highly encourage you to install ZenML in a virtual environment. At ZenML, We like to use virtualenvwrapper or pyenv-virtualenv to manage our Python virtual environments. As mentioned above, make sure that your virtual environment uses one of the supported Python versions.Verifying Installations
Once the installation is completed, you can check whether the installation was successful through:Bash
Python
Running with Docker
Python package
zenml
is also available as a Docker image hosted publicly on DockerHub. Use the following command to get started in a bash environment with zenml
available:
ZenML Server
If you would like to run the ZenML server with Docker:Installing Develop
If you want to use the bleeding edge of ZenML that has not even been released yet, you can install ourdevelop
branch directly.
Installing develop is mainly useful if there are key features or bug fixes that you urgently need so you can get those immediately and do not have to wait for the next release.
As the name suggests, the new features in the
develop
branch are still under
development and might not be as polished as the final released version.Use at your own risk; no guarantees given!