From 90c8e62636600909f9fff11ddb3419e12024c86f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Deal=28=E4=B8=80=E7=BA=BF=E7=81=B5=29?= Date: Thu, 6 Jul 2023 21:27:40 +0800 Subject: [PATCH] Update DevSetup.md [skip ci] --- docs/DevSetup.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/docs/DevSetup.md b/docs/DevSetup.md index ef9f112075..5f18617975 100644 --- a/docs/DevSetup.md +++ b/docs/DevSetup.md @@ -1,15 +1,15 @@ # Development setup -## Common Requirement [Python](https://www.python.org/downloads/) +## Common Requirements -- PowerShell-5.0+ - - Please install from: - - https://learn.microsoft.com/en-us/powershell/scripting/install/installing-powershell?view=powershell-7.3 - - https://github.com/PowerShell/PowerShell/releases - - win7+, no needs install, the system preinstalled PowerShell 5.0 should works - - macos,linux or you want install latest powershell for windows, visit: https://github.com/PowerShell/PowerShell/releases +- [PowerShell](https://learn.microsoft.com/en-us/powershell/scripting/install/installing-powershell) + - powershell-7 is recommended, it's support Windows,macOS,Linux + - How to Install: + - visit: https://learn.microsoft.com/en-us/powershell/scripting/install/installing-powershell + - download from github release page: https://github.com/PowerShell/PowerShell/releases + - Note: win7+, system installed PowerShell 5.0 should works, but not recommended -- Python-3.7+ +- [Python-3.7+](https://www.python.org/downloads/) ## Prerequisites