mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-04-29 01:20:02 +02:00
7 lines
185 B
Bash
Executable File
7 lines
185 B
Bash
Executable File
# SPDX-License-Identifier: LGPL-3.0-or-other
|
|
# Copyright (C) 2021 Contributors to the SLS Detector Package
|
|
|
|
echo "|<-------- starting python build"
|
|
cd python
|
|
${PYTHON} setup.py install
|