Python Setup - siemens/evaluation-framework GitHub Wiki
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):
- Python 3.7.7
- tkinter 8.6
- pandas 1.0.3
- NumPy 1.18.1
- Matplotlib 3.1.3
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 ([email protected])