From b87eb456f480ef2d4a32c4870c845484b0875d38 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pauls=20Gr=C5=ABdups?= Date: Tue, 23 Jan 2024 23:23:43 +0200 Subject: [PATCH] Update installation documentation, add PyPi emblem --- README.md | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 3428857..e2a52cf 100644 --- a/README.md +++ b/README.md @@ -1,17 +1,19 @@ -# Py-TestUI Framework +# Py-TestUI Framework [![PyPI - Version](https://img.shields.io/pypi/v/python-testui)](https://pypi.org/project/python-testui/) # Installation -Py-TestUI can be installed via `pip` +Installation is a simple by the helps of `pip`, Py-TestUI can be installed using +this `pip` command. ```bash -pip3 install git+https://github.com/testdevlab/Py-TestUI@v1.2.0 +pip3 install python-testui==1.2.0 ``` -Or if you prefer `requirements.txt`, you can add the following dependency +Or if you prefer `requirements.txt`, you can add the following dependency to +the file. -``` -git+https://github.com/testdevlab/Py-TestUI@v1.2.0 +```txt +python-testui==1.2.0 ``` # Appium driver