Rev 1.0 09-09-2016 LKA Initial release ==================== CgosPy installation: ==================== WINDOWS: - Install Python (Version 2.7.x) if not already done. - Add "C:\Python27\;C:\Python27\Scripts\" to your PATH variable if not already done. - Using the command prompt, enter the CgosPy folder where the "setup.py" file is located. - Run "python setup.py install". LINUX: - Make sure your python version is below 3. - In the terminal, enter the CgosPy folder where the "setup.py" file is located. - Run "python setup.py install" as root. -------------------------------------------- From now on, the cgos module can be accessed e.g. in the Python shell system wide using "import cgos as cg". The version of the cgos module can be checked by printing __version__ . For general usage of the CGOS API please refer to the congatec operating system (CGOS) API software developers guide (CGOSAPImXX.pdf)