Skip to content

Commit 4f76a84

Browse files
authored
Update README.md
1 parent c1573ff commit 4f76a84

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

README.md

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,13 @@ and maintaining the complete data science workflow from the cloud.
77

88
![Azure ML workflow](https://raw.githubusercontent.com/MicrosoftDocs/azure-docs/master/articles/machine-learning/service/media/overview-what-is-azure-ml/aml.png)
99

10-
## How to use and navigate the example notebooks?
11-
12-
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.
10+
## Quick installation
11+
```sh
12+
pip install azureml-sdk
13+
```
14+
Read more detailed instructions on [how to set up your environment](./NBSETUP.md).
1315

16+
## How to navigate and use the example notebooks?
1417
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.
1518

1619
If you want to...
@@ -53,4 +56,4 @@ Visit following repos to see projects contributed by Azure ML users:
5356

5457
- [Fine tune natural language processing models using Azure Machine Learning service](https://github.com/Microsoft/AzureML-BERT)
5558
- [Fashion MNIST with Azure ML SDK](https://github.com/amynic/azureml-sdk-fashion)
56-
59+

0 commit comments

Comments
 (0)