Update DevSetup.md [skip ci]

This commit is contained in:
Deal(一线灵) 2023-07-06 21:27:40 +08:00 committed by GitHub
parent a2645186b4
commit 90c8e62636
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 8 additions and 8 deletions

View File

@ -1,15 +1,15 @@
# Development setup # Development setup
## Common Requirement [Python](https://www.python.org/downloads/) ## Common Requirements
- PowerShell-5.0+ - [PowerShell](https://learn.microsoft.com/en-us/powershell/scripting/install/installing-powershell)
- Please install from: - powershell-7 is recommended, it's support Windows,macOS,Linux
- https://learn.microsoft.com/en-us/powershell/scripting/install/installing-powershell?view=powershell-7.3 - How to Install:
- https://github.com/PowerShell/PowerShell/releases - visit: https://learn.microsoft.com/en-us/powershell/scripting/install/installing-powershell
- win7+, no needs install, the system preinstalled PowerShell 5.0 should works - download from github release page: https://github.com/PowerShell/PowerShell/releases
- macos,linux or you want install latest powershell for windows, visit: 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 ## Prerequisites