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
## 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