Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ilfirinpl/robot-install
Install Robot Framework from scratch
https://github.com/ilfirinpl/robot-install
installation powershell-script robotframework windows-10
Last synced: 22 days ago
JSON representation
Install Robot Framework from scratch
- Host: GitHub
- URL: https://github.com/ilfirinpl/robot-install
- Owner: IlfirinPL
- License: mit
- Created: 2019-11-13T19:10:41.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2024-02-20T13:54:08.000Z (9 months ago)
- Last Synced: 2024-10-04T13:29:17.661Z (about 1 month ago)
- Topics: installation, powershell-script, robotframework, windows-10
- Language: PowerShell
- Size: 2.36 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[![Docker Image CI](https://github.com/IlfirinPL/robot-install/actions/workflows/docker-image.yml/badge.svg)](https://github.com/IlfirinPL/robot-install/actions/workflows/docker-image.yml)
- [Install Robotframework Without Admin Rights](#install-robotframework-without-admin-rights)
* [1 Recommended Solution Robot Framework Python 3.X x64](#1-recommended-solution-robot-framework-python-3x--x64)
+ [1.1 Install Python 3.X x64](#11-install-python-3x-x64)
+ [1.2 Install/Setup Git Robot Framework](#12-install-setup-git-robot-framework)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```powershell
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
```powershell
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'))
```