Skip to content

Commit

Permalink
Clearify the requirements for MacOS (#2684)
Browse files Browse the repository at this point in the history
See also #2668

Signed-off-by: Tao He <linzhu.ht@alibaba-inc.com>
  • Loading branch information
sighingnow committed May 9, 2023
1 parent 25a70f1 commit a46663e
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README-zh.md
Expand Up @@ -36,7 +36,7 @@ pip3 install graphscope

注意 `graphscope` 的版本要求,需要 `Python` >= 3.7 及 `pip` >= 19.0.

GraphScope 包在大多数流行的Linux发行版 Ubuntu 18.04+ / Centos 7+) 与 macOS 10.15+ 上测试通过,对于 Windows 用户,需要在 WSL2 上安装 Ubuntu 来使用 GraphScope。
GraphScope 包在大多数流行的Linux发行版 (Ubuntu 20.04+ / Centos 7+) 与 macOS 11+ (Intel) / macOS 12+ (Apple silicon) 上测试通过,对于 Windows 用户,需要在 WSL2 上安装 Ubuntu 来使用 GraphScope。

接下来我们会用一个具体的例子,来演示 GraphScope 如何帮助数据科学家高效的分析、处理大规模图数据。

Expand Down
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -59,7 +59,7 @@ GraphScope pre-compiled package is distributed as a python package and can be ea
pip3 install graphscope
```

Note that `graphscope` requires `Python` >= 3.8 and `pip` >= 19.3. The package is built for and tested on the most popular Linux (Ubuntu 18.04+ / CentOS 7+) and macOS (version 10.15+) distributions. For Windows users, you may want to install Ubuntu on WSL2 to use this package.
Note that `graphscope` requires `Python` >= 3.8 and `pip` >= 19.3. The package is built for and tested on the most popular Linux (Ubuntu 20.04+ / CentOS 7+) and macOS 11+ (Intel) / macOS 12+ (Apple silicon) distributions. For Windows users, you may want to install Ubuntu on WSL2 to use this package.

Next, we will walk you through a concrete example to illustrate how GraphScope can be used by data scientists to effectively analyze large graphs.

Expand Down
2 changes: 1 addition & 1 deletion docs/deployment/install_on_local.md
Expand Up @@ -4,7 +4,7 @@ This guide will walk you through the process of installing GraphScope on your lo

## Prerequisites

- Ubuntu 20.04 or later, CentOS 7 or later, or macOS 11.2.1 (Big Sur) or later
- Ubuntu 20.04 or later, CentOS 7 or later, or macOS 11 (Intel) / macOS 12 (Apple silicon) or later
- Python 3.7 ~ 3.11
- OpenJDK 8 or later (If you want to use GIE)

Expand Down
2 changes: 1 addition & 1 deletion docs/interactive_engine/getting_started.md
Expand Up @@ -15,7 +15,7 @@ And it is tested on the following 64-bit operating systems:

- Ubuntu 18.04 or later
- CentOS 7 or later
- macOS 11.2.1 (Big Sur) or later, with both Intel chip and Apple M1 chip
- macOS 11 (Intel) / macOS 12 (Apple silicon) or later, with both Intel chip and Apple M1 chip

If your environment satisfies the above requirement, you can easily install GraphScope through pip:

Expand Down
2 changes: 1 addition & 1 deletion docs/zh/deployment.rst
Expand Up @@ -105,7 +105,7 @@ Coordinator 作为 GraphScope 后端服务的入口,通过 grpc 接收来自 P
本地部署GraphScope
-----------------

我们提供了一个可在本地安装GraphScope相关依赖的脚本,该脚本可以运行在 Ubuntu 20.04+ 或 MacOS 11.2+ 平台上, 主要的用法如下:
我们提供了一个可在本地安装GraphScope相关依赖的脚本,该脚本可以运行在 Ubuntu 20.04+ 或 MacOS 11+ (Intel) / MacOS 12+ (Apple silicon) 平台上, 主要的用法如下:
你可以通过 `./gs -h` 获取更详细的帮助信息。

* 安装 GraphScope 开发相关依赖
Expand Down

0 comments on commit a46663e

Please sign in to comment.