Skip to content

IlfirinPL/robot-install

Repository files navigation

Docker Image CI

Table of contents generated with markdown-toc

Install Robotframework Without Admin Rights

Install Robot Framework from scratch by Marcin Koperski

1 Recommended Solution Robot Framework Python 3.X x64

1.1 Install Python 3.X x64

Set-ExecutionPolicy Bypass -Scope Process -Force; iex ((New-Object System.Net.WebClient).DownloadString('https://raw.githubusercontent.com/IlfirinPL/robot-install/master/scripts/python-downlad-install.ps1'))

1.2 Install/Setup Git Robot Framework

Set-ExecutionPolicy Bypass -Scope Process -Force; iex ((New-Object System.Net.WebClient).DownloadString('https://raw.githubusercontent.com/IlfirinPL/robot-install/master/install-no-admin.ps1'))