Skip to content
Snippets Groups Projects
install.sh 164 B
Newer Older
  • Learn to ignore specific revisions
  • David Trattnig's avatar
    David Trattnig committed
    
    echo "Installing Web Application Packages ..."
    sudo ./install-web.sh
    
    echo "Installing Python Requirements ..."
    
    python3.7 $(which pip3) install -r requirements.txt