- use conda to create a new environment called env-ssh
conda create -n env-ssh python=3.12
- activate the new environment
conda activate env-ssh
- install the required packages
pip install -r requirements.txt
- set the environment variable
export GT_USERNAME=your_username
export GT_PASSWORD=your_password
export GT_DOMAIN=your_domain
- run the script
python3 run.py