Update readme.md

This commit is contained in:
TheLeo 2024-10-04 14:22:45 +00:00
parent 8b3ac2ab3e
commit 1da47a47f8

View File

@ -10,7 +10,8 @@ Prior to starting, it would be helpful if you have the following items saved to
- The name of the group you want to transfer from
## Requirements
This script will require Python v3.x.x and the Requests library to function properly. It will also require Admin level privileges on the account you are trying to transfer these tickets from in order to obtain all the agent and group information.
- Python v3.x.x
- The 'requests' Python library
## How to Install
@ -28,15 +29,15 @@ This script will require Python v3.x.x and the Requests library to function prop
```pip install requests```<br>
### Linux:
1. Run the following command in a bash terminal<br>
1. Run the following command in a bash terminal<br><br>
(Debian & Ubuntu)<br>
```sudo apt-get update && sudo apt-get install -y python3 python3-pip && pip3 install requests```<br>
```sudo apt-get update && sudo apt-get install -y python3 python3-pip && pip3 install requests```<br><br>
(RHEL, Fedora, and CentOS)<br>
```sudo yum install -y python3 python3-pip && pip3 install requests```<br>
OR<br>
```sudo dnf install -y python3 python3-pip && pip3 install requests```<br>
```sudo dnf install -y python3 python3-pip && pip3 install requests```<br><br>
(Arch)<br>
```sudo pacman -Syu --noconfirm python python-pip && pip install requests```<br>
```sudo pacman -Syu --noconfirm python python-pip && pip install requests```<br><br>
## How to Use