From b74ce8dba05874b3fa39cd28cec7cfdb1b0358a3 Mon Sep 17 00:00:00 2001 From: BigDong Date: Sat, 9 Apr 2022 23:45:08 +0800 Subject: [PATCH] [Doc] Update docs about installation on Windows/macOS (#68) --- docs/en/install.md | 2 +- docs/zh_cn/install.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/en/install.md b/docs/en/install.md index ba1709c..361f0e0 100644 --- a/docs/en/install.md +++ b/docs/en/install.md @@ -1,6 +1,6 @@ ## Prerequisites -- Linux (Windows is not officially supported) +- Linux | Windows | macOS - Python 3.7+ - PyTorch 1.5+ - CUDA 9.2+ diff --git a/docs/zh_cn/install.md b/docs/zh_cn/install.md index 3eb6e44..9801ee0 100644 --- a/docs/zh_cn/install.md +++ b/docs/zh_cn/install.md @@ -1,6 +1,6 @@ ## 依赖 -- Linux (Windows 目前尚不支持) +- Linux | Windows | macOS - Python 3.7+ - PyTorch 1.5+ - CUDA 9.2+