mirror of
https://github.com/m-labs/artiq.git
synced 2024-12-26 03:38:25 +08:00
10 lines
153 B
Bash
10 lines
153 B
Bash
#!/bin/bash
|
|
|
|
set -e
|
|
|
|
$PYTHON setup.py install \
|
|
--install-lib=$SP_DIR \
|
|
--single-version-externally-managed \
|
|
--record=record.txt \
|
|
--no-compile
|