update windows commands order
This commit is contained in:
Родитель
f40b489dd1
Коммит
0ba55f36d8
|
@ -95,10 +95,12 @@ of user-defined functions for message auto-handling, cluster provision, and job
|
||||||
```powershell
|
```powershell
|
||||||
# If your environment is not clean, create a virtual environment firstly.
|
# If your environment is not clean, create a virtual environment firstly.
|
||||||
python -m venv maro_venv
|
python -m venv maro_venv
|
||||||
.\maro_venv\Scripts\activate
|
|
||||||
|
|
||||||
# You may need this for SecurityError in PowerShell.
|
# You may need this for SecurityError in PowerShell.
|
||||||
Set-ExecutionPolicy -Scope CurrentUser -ExecutionPolicy Unrestricted
|
Set-ExecutionPolicy -Scope CurrentUser -ExecutionPolicy Unrestricted
|
||||||
|
|
||||||
|
# Activate the virtual environment.
|
||||||
|
.\maro_venv\Scripts\activate
|
||||||
```
|
```
|
||||||
|
|
||||||
- Install MARO
|
- Install MARO
|
||||||
|
|
Загрузка…
Ссылка в новой задаче