Skip to content

Commit

Permalink
Minor update to the comments file.
Browse files Browse the repository at this point in the history
  • Loading branch information
mohitkumaragarwal committed Jan 25, 2024
1 parent 9fe58fa commit 67030cb
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions OPC_UA_Clients/Release2/NodeOPCUA_IJT_Client/Comments
Original file line number Diff line number Diff line change
@@ -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"
& "<Path>/OPC_UA_Clients/Release2/NodeOPCUA_IJT_Client/venv/Scripts/Activate.ps1"

Starting python server
py index.py
Expand Down

0 comments on commit 67030cb

Please sign in to comment.