.. Plom documentation Copyright (C) 2020-2023 Colin B. Macdonald Copyright (C) 2020 Andrew Rechnitzer SPDX-License-Identifier: AGPL-3.0-or-later Getting the source code ======================= Plom is Free Software under the AGPLv3 license: you can help us make it better! Many `people already have `_. You can get the source code by typing:: git clone https://gitlab.com/plom/plom/ Plom Development hints ---------------------- So you wanna help? Awesome. This document will try to collect some hints to get started. See something wrong here? Help us fix it! Dev FAQ list ^^^^^^^^^^^^ How do I change the GUI? ........................ You need `qtcreator`. If we want to modify the ``plom-client``, we use `qtcreator` to edit the files in ``plom/client/ui_files/``. I've changed the code, how do I install it? ........................................... From the root of your git clone (i.e., the directory containing README.md, CONTRIBUTORS.md, etc), do:: pip install . Now ``plom-create --version`` should report something like `0.14.0.dev0`.