From 4f76a844c6a0451466c2c73480ca6c3519574868 Mon Sep 17 00:00:00 2001 From: Hai Ning Date: Fri, 18 Jan 2019 01:18:44 -0500 Subject: [PATCH] Update README.md --- README.md | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 7ed74c16..9985d584 100644 --- a/README.md +++ b/README.md @@ -7,10 +7,13 @@ and maintaining the complete data science workflow from the cloud. ![Azure ML workflow](https://raw.githubusercontent.com/MicrosoftDocs/azure-docs/master/articles/machine-learning/service/media/overview-what-is-azure-ml/aml.png) -## How to use and navigate the example notebooks? - -You can set up you own Python environment or use Azure Notebooks with Azure ML SDK pre-installed. Read [these instructions](./NBSETUP.md) to set up your environment and clone the example notebooks. +## Quick installation +```sh +pip install azureml-sdk +``` +Read more detailed instructions on [how to set up your environment](./NBSETUP.md). +## How to navigate and use the example notebooks? You should always run the [Configuration](./configuration.ipynb) notebook first when setting up a notebook library on a new machine or in a new environment. It configures your notebook library to connect to an Azure Machine Learning workspace, and sets up your workspace and compute to be used by many of the other examples. If you want to... @@ -53,4 +56,4 @@ Visit following repos to see projects contributed by Azure ML users: - [Fine tune natural language processing models using Azure Machine Learning service](https://github.com/Microsoft/AzureML-BERT) - [Fashion MNIST with Azure ML SDK](https://github.com/amynic/azureml-sdk-fashion) - \ No newline at end of file +