Update README.md

This commit is contained in:
Andrei 2022-12-14 20:07:52 +03:00
parent f3843c0f67
commit d751349859
1 changed files with 23 additions and 1 deletions

View File

@ -30,11 +30,33 @@ Or email python-captcha@pm.me
*** ***
## How to install?
We recommend using the latest version of Python. `python3-anticaptcha` supports Python 3.7+.
### pip
```bash
pip install python3-anticaptcha
```
### Source
```bash
git clone https://github.com/AndreiDrang/python3-anticaptcha.git
cd python3-anticaptcha
python setup.py install
```
## How to test?
1. You need set ``API_KEY`` in your environment(get this value from you account).
2. Run command ``make tests``, from root directory.
### Additional info ### Additional info
1. [Library usage examples && Docs](https://andreidrang.github.io/python3-anticaptcha/) 1. [Library usage examples && Docs](https://andreidrang.github.io/python3-anticaptcha/)
2. [AntiCaptcha errors list](https://anti-captcha.com/apidoc/errors) 2. [AntiCaptcha errors list](https://anti-captcha.com/apidoc/errors)
### Get API Key to work with the library ### How to get API Key to work with the library
1. On the page - https://anti-captcha.com/clients/settings/apisetup 1. On the page - https://anti-captcha.com/clients/settings/apisetup
2. Find it: ![img.png](files/img.png) 2. Find it: ![img.png](files/img.png)