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
This commit is contained in:
helenlly 2021-11-30 09:30:48 +08:00 committed by GitHub
parent dffeda5e1e
commit 181e086cff
2 changed files with 4 additions and 1 deletions

View file

@ -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:

View file

@ -1,6 +1,7 @@
# 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.