7 lines
95 B
Bash
Executable File
7 lines
95 B
Bash
Executable File
#! /bin/bash
|
|
|
|
test -e ./setup.py || exit 1
|
|
apt-get install python-dev
|
|
pip install --upgrade .
|
|
|