From 181e086cff30d932e94e0d761787f326bea909c0 Mon Sep 17 00:00:00 2001 From: helenlly Date: Tue, 30 Nov 2021 09:30:48 +0800 Subject: [PATCH] update Python User Guide and Scala User Guide with supported platforms info (#3593) * Update python.md * Update scala.md * Update python.md * Update scala.md * Update python.md * Update scala.md * Update python.md * Update scala.md * Update python.md * Update python.md * Update scala.md --- docs/readthedocs/source/doc/UserGuide/python.md | 2 ++ docs/readthedocs/source/doc/UserGuide/scala.md | 3 ++- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/docs/readthedocs/source/doc/UserGuide/python.md b/docs/readthedocs/source/doc/UserGuide/python.md index f287dc51..34b568c5 100644 --- a/docs/readthedocs/source/doc/UserGuide/python.md +++ b/docs/readthedocs/source/doc/UserGuide/python.md @@ -1,6 +1,8 @@ # Python User Guide --- +Supported Platforms: Linux and macOS. _**Note:** Windows is currently not supported._ + ### **1. Install** - We recommend using [conda](https://docs.conda.io/projects/conda/en/latest/user-guide/install/) to prepare the Python environment as follows: diff --git a/docs/readthedocs/source/doc/UserGuide/scala.md b/docs/readthedocs/source/doc/UserGuide/scala.md index 42700664..6023f0e8 100644 --- a/docs/readthedocs/source/doc/UserGuide/scala.md +++ b/docs/readthedocs/source/doc/UserGuide/scala.md @@ -1,7 +1,8 @@ # Scala User Guide --- - +Supported Platforms: Linux and macOS. _**Note:** Windows is currently not supported._ + ### **1. Try BigDL Examples** This section will show you how to download BigDL prebuild packages and run the build-in examples.