From 684add3ca200abedf1aa21560c74ddce2e97b33f Mon Sep 17 00:00:00 2001 From: Anjali-TQA Date: Sun, 26 Jul 2026 22:16:40 +0530 Subject: [PATCH] Update Python Appium sample README and replace git clone URL --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f0d408b..def1576 100644 --- a/README.md +++ b/README.md @@ -29,7 +29,7 @@ This project is a Python-based Appium sample showing how to run Android and iOS Clone the project and install the dependencies: ```bash -git clone +git clone https://github.com/Pcloudy-Sample/PC-appium-python cd PC-appium-python pip install -r requirements.txt ```