From 67030cb5b872084c8adf39bf5c21dbd03333e2f1 Mon Sep 17 00:00:00 2001 From: MohitAgarwal Date: Thu, 25 Jan 2024 10:55:06 +0100 Subject: [PATCH] Minor update to the comments file. --- OPC_UA_Clients/Release2/NodeOPCUA_IJT_Client/Comments | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/OPC_UA_Clients/Release2/NodeOPCUA_IJT_Client/Comments b/OPC_UA_Clients/Release2/NodeOPCUA_IJT_Client/Comments index 8840068..cafce24 100644 --- a/OPC_UA_Clients/Release2/NodeOPCUA_IJT_Client/Comments +++ b/OPC_UA_Clients/Release2/NodeOPCUA_IJT_Client/Comments @@ -1,14 +1,15 @@ -Setting up Python virtual environment +Set up Python virtual environment as per the following steps: Python -m venv venv venv/Scripts/activate.ps1 + +Install the following packages in the virtual environment: pip install --upgrade pip pip install websockets pip install asyncua pip install live-server - Opening the python virtual environment: -& "c:/Users/toojgn/OneDrive - ONEVIRTUALOFFICE/Documents/Code/umati_NEW/OPC_UA_Clients/Release2/NodeOPCUA_IJT_Client/.venv/Scripts/Activate.ps1" +& "/OPC_UA_Clients/Release2/NodeOPCUA_IJT_Client/venv/Scripts/Activate.ps1" Starting python server py index.py