From 0ba55f36d89c235ef3af04efbac78b3885d8695d Mon Sep 17 00:00:00 2001 From: Jinyu Wang Date: Tue, 20 Oct 2020 13:07:13 +0800 Subject: [PATCH] update windows commands order --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 02f58884..7c5e080a 100644 --- a/README.md +++ b/README.md @@ -95,10 +95,12 @@ of user-defined functions for message auto-handling, cluster provision, and job ```powershell # If your environment is not clean, create a virtual environment firstly. python -m venv maro_venv - .\maro_venv\Scripts\activate # You may need this for SecurityError in PowerShell. Set-ExecutionPolicy -Scope CurrentUser -ExecutionPolicy Unrestricted + + # Activate the virtual environment. + .\maro_venv\Scripts\activate ``` - Install MARO