We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent be5cfee commit 11e8dffCopy full SHA for 11e8dff
1 file changed
README.md
@@ -52,7 +52,11 @@ This package can be installed using Pip:
52
```bash
53
pip3 install solvecaptcha-python
54
```
55
+or You can install this package directly from GitHub using `pip`:
56
57
+```sh
58
+pip install git+https://github.com/solvercaptcha/solvecaptcha-python.git
59
+```
60
## Configuration
61
62
An instance of `Solvecaptcha` can be created as follows:
0 commit comments