[fix] The install should be more streamlined #2

Open
alban wants to merge 4 commits from feature-install into master
Showing only changes of commit a9268b0d73 - Show all commits

View File

@ -23,7 +23,7 @@ REPLY=${REPLY:-Y}
[[ "N" == ${REPLY^^} ]] && exit [[ "N" == ${REPLY^^} ]] && exit
# Run the install # Run the install
apt install -y --no-install-recommends $LIST apt install -y --no-install-recommends $PACK_LIST
pip3 install setuptools pip3 install setuptools
pip3 install DMXEnttecPro mido numpy pysimpledmx redis scipy pip3 install DMXEnttecPro mido numpy pysimpledmx redis scipy
git clone https://github.com/ptone/pyosc --depth 1 /tmp/pyosc && cd /tmp/pyosc && ./setup.py install git clone https://github.com/ptone/pyosc --depth 1 /tmp/pyosc && cd /tmp/pyosc && ./setup.py install