Metadata-Version: 2.1
Name: openplc-editor
Version: 1.1.7
Summary: OpenPLC Editor
Home-page: https://openplcproject.com
Author: OpenPLC Team
Author-email: openplc@daffodil.uk.com
License: UNKNOWN
Project-URL: Bug Tracker, https://gitlab.com/openplcproject/openplc_editor/issues
Project-URL: Documentation, https://openplcproject.gitlab.io/openplc_editor/
Project-URL: Source Code, https://gitlab.com/openplcproject/openplc_editor
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: GNU General Public License v2 (GPLv2)
Classifier: Operating System :: OS Independent
Requires-Python: >=2.6
Requires-Dist: lxml
Requires-Dist: matplotlib (==2.0.2)
Requires-Dist: numpy (==1.16.5)
Requires-Dist: sslpsk
Requires-Dist: wxPython
Requires-Dist: zeroconf (==0.19.1)

OpenPLC Editor
==================

IDE capable of creating programs for the OpenPLC Runtime



Pre-Requisites
------------------------

For linux the following packages are required:

.. code-block:: console

    sudo apt-get install build-essential pkg-config bison flex autoconf automake libtool make libssl-dev python2.7 python-pip python-wxgtk3.0

For windows:

.. code-block:: console

    ?todo?


Install and run from pypi
---------------------------

.. code-block:: console

    # install
    pip install openplc-editor

    # run
    openplc-editor.py


Find "OpenPLC Editor" on the applications menu and launch it

Install and run git
------------------------

.. code-block:: console

    # get the code
    git clone https://gitlab.com/openplcproject/openplc_editor.git
    cd openplc_editor

    # install
    ./install.sh

    # run
    openplc-editor.py






