From 3d0450abfe37f6d0f62da6ebefcca29ca411636e Mon Sep 17 00:00:00 2001 From: CHEN Feng Date: Fri, 7 Jun 2024 10:26:03 +0800 Subject: [PATCH] Update install.md (#1043) Resolve #1014 --- doc/en/install.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/en/install.md b/doc/en/install.md index 2e4b8191..98608c78 100644 --- a/doc/en/install.md +++ b/doc/en/install.md @@ -1,9 +1,9 @@ # Installation # -By executing the install script, blade can be installed under ~/bin. Currently, because it is still in the development stage, the change is still relatively fast. +By executing the install script, blade can be installed under ~/bin. It is installed in a soft chain mode. After installation, the original directory that is checked out cannot be deleted. Blade uses ninja as the backend, you need to install ninja. -Blade requires Python 2.7.x and does not support python3 at this time. +Blade supports both Python 2.7.x and Python 3,and Python 2.7 support will be deprecated in the future. Install makes it possible to execute directly in any directory