thiagoralves / OpenPLC_v3

OpenPLC Runtime version 3
GNU General Public License v3.0
1.1k stars 442 forks source link

Port OpenPLC to Python 3 #100

Closed innir closed 4 years ago

innir commented 4 years ago

Pretty straight forward port to Python 3. I'm not 100% sure about the Windows specific part in background_installer.sh as I don't have a Windows license around to test.

I use pip3 install -r requirements.txt in background_installer.sh now as that makes it easier to maintain the Python dependencies (only one place to change things).