Raw File
install.sh
#!/bin/bash

python setup.py install --single-version-externally-managed --record=/tmp/record.txt
back to top