From 1da47a47f838943699935a4dd0ae828c15b53872 Mon Sep 17 00:00:00 2001 From: TheLeo Date: Fri, 4 Oct 2024 14:22:45 +0000 Subject: [PATCH] Update readme.md --- readme.md | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/readme.md b/readme.md index a8df30f..5c18c42 100644 --- a/readme.md +++ b/readme.md @@ -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```
### Linux: -1. Run the following command in a bash terminal
+1. Run the following command in a bash terminal

(Debian & Ubuntu)
-```sudo apt-get update && sudo apt-get install -y python3 python3-pip && pip3 install requests```
+```sudo apt-get update && sudo apt-get install -y python3 python3-pip && pip3 install requests```

(RHEL, Fedora, and CentOS)
```sudo yum install -y python3 python3-pip && pip3 install requests```
OR
-```sudo dnf install -y python3 python3-pip && pip3 install requests```
+```sudo dnf install -y python3 python3-pip && pip3 install requests```

(Arch)
-```sudo pacman -Syu --noconfirm python python-pip && pip install requests```
+```sudo pacman -Syu --noconfirm python python-pip && pip install requests```

## How to Use