diff --git a/README.md b/README.md index 8f056a910aeb..45400ae76c0c 100644 --- a/README.md +++ b/README.md @@ -28,10 +28,10 @@ To run GraphScope on your local computer, the following dependencies or tools ar - Python >= 3.6 (with pip) - Local Kubernetes cluster set-up tool (e.g. [Minikube](https://minikube.sigs.k8s.io) or [Kind](https://kind.sigs.k8s.io)) -On Windows and macOS, you can follow the official guides to install them. +On macOS, you can follow the official guides to install them. For Ubuntu/CentOS Linux distributions, we provide a script to install the above dependencies and prepare the environment. -Alternatively, you may want to install [WSL2](https://docs.microsoft.com/zh-cn/windows/wsl/install-win10) on Windows to use the script. +On Windows, you may want to install [Ubuntu](https://ubuntu.com/blog/ubuntu-on-wsl-2-is-generally-available) on [WSL2](https://docs.microsoft.com/zh-cn/windows/wsl/install-win10) to use the script. ```bash # run the environment preparing script.