From b4c79326407c60698c9bd4804d2c223901f9642a Mon Sep 17 00:00:00 2001 From: Colleen Forbes Date: Wed, 17 Oct 2018 15:44:30 -0700 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3bf1d753..f61cf7b0 100644 --- a/README.md +++ b/README.md @@ -18,8 +18,8 @@ To run the notebooks in this repository use one of these methods: 1. Setup a Jupyter Notebook server and [install the Azure Machine Learning SDK](https://aka.ms/aml-how-to-configure-environment). 1. Clone [this repository](https://aka.ms/aml-notebooks). -1. You may need to install other packages for specific notebook. Such as the Azure Machine Learning Data Prep SDK - +1. You may need to install other packages for specific notebook. + - For example, to run the Azure Machine Learning Data Prep notebooks, install the extra dataprep SDK: ``` pip install --upgrade azureml-dataprep ```