Setup

Last Update : 25 April, 2023 | Published : 20 February, 2023 | 1 Min Read

How to make your system ZenML Ready

ZenML comes as a Python library so it is necessary to have a python>=3.7,<= 3.10 installed on your local machine.
Virtual environments let’s you have a stable, reproducible, and portable environment. You are in control of which package versions are installed and when they are upgraded.
I use Anaconda to create and manage my Python envionments but you can also use pyenv-virtualenv or python -m venv.

  1. Let’s create a new environment called zenml_playground.

    conda create --name zenml_playground python=3.8
    
  2. Activate the virtual environment.

    conda activate zenml_playground
    
  3. Install ZenML inside the virtual environment.

    pip install zenml
    
  4. [Optional] In order to get access to the ZenML dashboard locally you need to launch ZenML Server and Dashboard locally. For this, you need to install ZenML Server separately.

    pip install "zenml[server]"
    
  5. To verify if the installation is completed start Python interpreter and try to import zenml.

    import zenml
    print(zenml.__version__)
    

    If you see a ZenML version displayed on your command prompt then you are all set to explore ZenML Steps and Pipelines.

Looking for Cloud-Native Talent?
Let us make your life easy!

We heard the pain of building the Talent, keeping up with Concepts, Culture, Technology and Tools. We have been there! Hence, we built the new Ai-based automated solution to solve the problems for everyone.

Contact Us