Setup Environment
Want to contribute to LabPlot development? Follow these steps to set up your development environment.
Clone the Repository
Clone our git repository or browse it on invent.kde.org:
git clone git@invent.kde.org:education/labplot.git
Windows
Prerequisites: Install Craft with MSVC2022 and Python 3.11
Install dependencies and build:
craft -i --target master labplot
Create installation package:
craft --package --target master labplot
Install the package from C:\CraftRoot\tmp\
Source code location: C:\CraftRoot\download\git\kde\applications\labplot