Skip to content

Commit b5d5cd3

Browse files
sksoroulet
authored andcommitted
Update example file locations (#409)
* Update example file locations * update with pip installation
1 parent cd99049 commit b5d5cd3

2 files changed

Lines changed: 6 additions & 2 deletions

File tree

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,10 @@ OPC UA binary protocol implementation is quasi complete and has been tested agai
1414
Most low level code is autogenerated from xml specification, thus adding missing functionality to client or server is often trivial.
1515

1616
Using Python > 3.4 the dependencies are cryptography, dateutil and pytz. If using python 2.7 or pypy < 3 you also need to install enum34, trollius(asyncio), and futures(concurrent.futures), with pip for example.
17+
```
18+
pip install enum34 trollius futures
19+
```
20+
1721

1822
coveryage.py reports a test coverage of over 90% of code, most of non-tested code is autogenerated code that is not used yet.
1923

docs/index.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ A simple GUI client is available: https://github.com/FreeOpcUa/opcua-client-gui
2020

2121
Examples: https://github.com/FreeOpcUa/python-opcua/tree/master/examples
2222

23-
Minimal client example: https://github.com/FreeOpcUa/python-opcua/tree/master/examples/minimal-client.py
24-
Minimal server example: https://github.com/FreeOpcUa/python-opcua/tree/master/examples/minimal-server.py
23+
Minimal client example: https://github.com/FreeOpcUa/python-opcua/blob/master/examples/client-minimal.py
24+
Minimal server example: https://github.com/FreeOpcUa/python-opcua/blob/master/examples/server-minimal.py
2525

2626

2727
Contents:

0 commit comments

Comments
 (0)