make sure to answer yes to adding example data your first time ============================================================== ** building pipelines with _ today Date: May 26, 2020 **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 ```