FreeOpcUa / python-opcua

LGPL Pure Python OPC-UA Client and Server
http://freeopcua.github.io/
GNU Lesser General Public License v3.0
1.33k stars 660 forks source link

use the FreeOpcua/python-opcua #690

Open andydqh opened 5 years ago

andydqh commented 5 years ago

As a newer of learning python-opcua,I am sorry to ask some easy problem. How to run this project。 20180904162739

oroulet commented 5 years ago

This is a programming library. Take a python tutorial first

andydqh commented 5 years ago

OK,thank you very much

zerox1212 commented 5 years ago

Install Python and run the .py files in the example folder. I prefer to use a nice Python IDE like PyCharm Community Edition.

andydqh commented 5 years ago

ok,thanks

andydqh commented 5 years ago

Install Python and run the .py files in the example folder. I prefer to use a nice Python IDE like PyCharm Community Edition.

thanks