Skip to content

Python Setup

Michael Dyck edited this page Sep 17, 2020 · 3 revisions

1.2 Python Setup on Windows (Anaconda)

Installation

Install Python by e.g. using Anaconda on Windows: Follow the instructions of the official Anaconda Documentation

Configuration

Create a new Python environment following the official instructions, with the following versions (those were tested during the development of the Evaluation Framework):

Usage

The GUI of the Evaluation Framework developed in Python can be found here.
To launch the GUI, activate the Python environment, navigate to the VisualizationGUI folder and in the command line type

python point_cloud.py [NameOfTheEvaluationToVisualize]

For further instructions on how to use the Python environment to launch the GUI please have a look at this application example.


© Siemens AG, 2020

Author: Michael Dyck (m.dyck@gmx.net)