forked from M-Labs/artiq
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
|