mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-05-22 10:41:33 +02:00
9 lines
134 B
Bash
Executable File
9 lines
134 B
Bash
Executable File
|
|
|
|
echo "|<-------- starting python build"
|
|
|
|
|
|
cd python
|
|
${PYTHON} setup.py install
|
|
# python setup.py install
|
|
# $PYTHON setup.py install |