From 7d9227441efa90b804cde36057510c0e8ff1813f Mon Sep 17 00:00:00 2001 From: Zhang Le Date: Wed, 7 Nov 2018 13:17:53 +0800 Subject: [PATCH] Typo in README Typo of `psutil`. --- databricks/readme.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/databricks/readme.md b/databricks/readme.md index f4369ec4..704251e9 100644 --- a/databricks/readme.md +++ b/databricks/readme.md @@ -5,7 +5,7 @@ Please remove the previous SDK version and install the latest SDK by installing **NOTE**: Please create your Azure Databricks cluster as v4.x (high concurrency preferred) with **Python 3** (dropdown). -**NOTE**: Some packages like psutil upgrade libs that can cause a conflict, please install such packages by freezing lib version. Eg. "pstuil **cryptography==1.5 pyopenssl==16.0.0 ipython=2.2.0**" to avoid install error. This issue is related to Databricks and not related to AML SDK. +**NOTE**: Some packages like psutil upgrade libs that can cause a conflict, please install such packages by freezing lib version. Eg. "psutil **cryptography==1.5 pyopenssl==16.0.0 ipython=2.2.0**" to avoid install error. This issue is related to Databricks and not related to AML SDK. **NOTE**: You should at least have contributor access to your Azure subcription to run some of the notebooks. @@ -26,4 +26,4 @@ Copyright (c) Microsoft Corporation. All rights reserved. All notebooks in this folder are licensed under the MIT License. -Apache®, Apache Spark, and Spark® are either registered trademarks or trademarks of the Apache Software Foundation in the United States and/or other countries. \ No newline at end of file +Apache®, Apache Spark, and Spark® are either registered trademarks or trademarks of the Apache Software Foundation in the United States and/or other countries.