CoolFace
Apppublic

mikeee/diffusers-test

sourceHugging Faceupdated 4y agoView on Hugging Face
0likes
install-sw1.sh26 linesDownload Raw Back to root
1# pip install pipx2# pipx install poetry3# pipx ensurepath4# source ~/.bashrc5 6# curl -sSL https://install.python-poetry.org | python3 -7# -C- continue -S show error -o output8curl -sSL -C- -o install-poetry.py  https://install.python-poetry.org9python install-poetry.py10rm install-poetry.py11echo export PATH=~/.local/bin:$PATH > ~/.bashrc12source ~/.bashrc13# ~/.local/bin/poetry install14 15wget -c https://deb.nodesource.com/setup_12.x16bash setup_12.x17apt-get install -y nodejs18npm install -g npm@latest19npm install -g nodemon20rm setup_12.x21 22# apt update  # alerady done in apt-get install -y nodejs23apt install byobu -y > /dev/null 2>&124byobu-enable25byobu26