Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
oroulet authored Oct 27, 2016
1 parent ea71dae commit 52b12e3
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,21 @@ TODO (listed after priority):
* gui for certificates
* gui for encryption

# How to Install

*Note: PyQT 5 is required.*

### Linux:

1. Make sure python and python-pip is installed
2. `pip3 install freeopcua-client`
4. Run with: `freeopcua-client`

### Windows:

1. Install winpython https://winpython.github.io/
3. Use pip to install freeopcua-client: `pip install freeopcua-client`
4. Run via the script pip created: `YOUR_INSTALL_PATH\Python\Python35\Scripts\opcua-modeler.exe`

To update to the latest release run: `pip install freeopcua-client --upgrade`

0 comments on commit 52b12e3

Please sign in to comment.