---
title: "make sure to answer yes to adding example data your first time"
description: "** building pipelines with _ today"
date: 2020-05-26
published: false
tags:
  - python
  - kedro
template: hot-tip
---


**practice** building pipelines with _#kedro_ today
``` bash
conda create -n learning-kedro-1 python=3.8 -y
conda activate learning-kedro-1
pip install kedro kedro-viz
kedro new
# make sure to answer yes to adding example data your first time
```
