Erik Frojdh a891db8d06 WIP
2022-04-29 15:59:26 +02:00

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