Skip to content

Instantly share code, notes, and snippets.

@Andelnyr
Last active May 25, 2021 23:06
Show Gist options
  • Select an option

  • Save Andelnyr/a70607a19b6e03272ef0054207fd8fb0 to your computer and use it in GitHub Desktop.

Select an option

Save Andelnyr/a70607a19b6e03272ef0054207fd8fb0 to your computer and use it in GitHub Desktop.

Revisions

  1. Andelnyr revised this gist May 25, 2021. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion install_webappmanager.sh
    Original file line number Diff line number Diff line change
    @@ -2,7 +2,7 @@
    sudo apt install gir1.2-xapp-1.0

    # Instalar o pacote python3-bs4 e suas dependências
    sudo apt-get install o pacote python3-bs4
    sudo apt-get install python3-bs4

    # Instalar o pacote Pillow
    sudo pip install Pillow
  2. Andelnyr created this gist May 24, 2021.
    8 changes: 8 additions & 0 deletions install_webappmanager.sh
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,8 @@
    # Instalar o pacote gir1.2-xapp-1.0 e suas dependências
    sudo apt install gir1.2-xapp-1.0

    # Instalar o pacote python3-bs4 e suas dependências
    sudo apt-get install o pacote python3-bs4

    # Instalar o pacote Pillow
    sudo pip install Pillow