Scheduled maintenance on Saturday, 27 September 2025, from 07:00 AM to 4:00 PM GMT (09:00 AM to 6:00 PM CEST) - some services may be unavailable -

Skip to content
basicRobotInstall.sh 180 B
Newer Older
Jorge Moratinos's avatar
Jorge Moratinos committed
#!/bin/bash
echo "Installing basic software related with robotFramework"
source /opt/venv/bin/activate
Jorge Moratinos's avatar
Jorge Moratinos committed
pip install --upgrade pip
pip install -r $1
Jorge Moratinos's avatar
Jorge Moratinos committed
echo "Robot framework installed"