Skip to content

Commit 199a273

Browse files
authored
Fix: document how to use Python's virtual environments for building OPCUA client gui: (#30)
1 parent af66697 commit 199a273

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,8 @@ $ cat /dev/ttyACM0
3737
```bash
3838
cd /tmp
3939
git clone https://github.com/FreeOpcUa/opcua-client-gui && cd opcua-client-gui
40+
python -m venv .venv
41+
source .venv/bin/activate
4042
python3 -m pip install --upgrade pyopenssl
4143
python3 -m pip install --upgrade .
4244
```

0 commit comments

Comments
 (0)