Skip to content

Commit

Permalink
Fix: document how to use Python's virtual environments for building O…
Browse files Browse the repository at this point in the history
…PCUA client gui: (#30)
  • Loading branch information
aentinger authored Oct 28, 2024
1 parent af66697 commit 199a273
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,8 @@ $ cat /dev/ttyACM0
```bash
cd /tmp
git clone https://github.com/FreeOpcUa/opcua-client-gui && cd opcua-client-gui
python -m venv .venv
source .venv/bin/activate
python3 -m pip install --upgrade pyopenssl
python3 -m pip install --upgrade .
```
Expand Down

0 comments on commit 199a273

Please sign in to comment.