From 11e8dffc76d21876d1dbfbdfd6ecee0eff7755a2 Mon Sep 17 00:00:00 2001 From: solvecaptcha-com Date: Thu, 20 Mar 2025 23:38:33 +0200 Subject: [PATCH] Update README.md --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index a6654f3..80fc2c7 100644 --- a/README.md +++ b/README.md @@ -52,7 +52,11 @@ This package can be installed using Pip: ```bash pip3 install solvecaptcha-python ``` +or You can install this package directly from GitHub using `pip`: +```sh +pip install git+https://github.com/solvercaptcha/solvecaptcha-python.git +``` ## Configuration An instance of `Solvecaptcha` can be created as follows: