mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-05-28 13:40:42 +02:00
8 lines
214 B
Bash
8 lines
214 B
Bash
# SPDX-License-Identifier: LGPL-3.0-or-other
|
|
# Copyright (C) 2021 Contributors to the SLS Detector Package
|
|
|
|
echo "|<-------- starting python build"
|
|
echo $PWD
|
|
cd python
|
|
echo "folder: $PWD"
|
|
${PYTHON} setup.py install |