From 51237bc354f6813476096c5596789806b99be7f6 Mon Sep 17 00:00:00 2001 From: thl-cmk <thl-cmk@outlook.com> Date: Fri, 3 Feb 2023 12:56:59 +0100 Subject: [PATCH] changed pnp/README.md --- pnp/README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/pnp/README.md b/pnp/README.md index 3ede2d3..7ab7f3d 100644 --- a/pnp/README.md +++ b/pnp/README.md @@ -91,6 +91,13 @@ The PnP server is running on the following URL(s) ``` +**Note:** in PowerShell activate the Python environment with: + +``` +PS C:\cisco_day0_provision\pnp> Set-ExecutionPolicy Bypass CurrentUser +PS C:\cisco_day0_provision\pnp> .\.venv\Scripts\Activate.ps1 +``` + You can check if the PnP server is running by opening a web browser and accessing the status page of the pnp server `http://<your-ip>:8080/status` -- GitLab