Update README.md

This commit is contained in:
Andrei 2022-07-03 16:14:47 +03:00 committed by GitHub
parent 8872b52b9c
commit eb72b71a81
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 10 additions and 5 deletions

View File

@ -15,6 +15,16 @@ Python 3.6+ library for [Anti-Captcha](https://anti-captcha.com/mainpage) servic
Tested on UNIX based OS. Tested on UNIX based OS.
The library is intended for software developers and is used to work with the AntiCaptcha service API. The library is intended for software developers and is used to work with the AntiCaptcha service API.
***
По всем вопросам можете писать в [Telegram](https://t.me/pythoncaptcha) чат.
Либо на email - python-captcha@pm.me
With any questions, please contact us in [Telegram](https://t.me/pythoncaptcha).
Or by email - python-captcha@pm.me
***
## How to install? Как установить? ## How to install? Как установить?
### pip ### pip
@ -30,11 +40,6 @@ git clone https://github.com/AndreiDrang/python3-anticaptcha.git
cd python3-anticaptcha cd python3-anticaptcha
python setup.py install python setup.py install
``` ```
***
По всем вопросам можете писать в [Telegram](https://t.me/pythoncaptcha) чат.
With any questions, please contact us in [Telegram](https://t.me/pythoncaptcha).
***
Присутствуют [примеры работы с библиотекой](./anticaptcha_examples). Присутствуют [примеры работы с библиотекой](./anticaptcha_examples).
Full examples you can find [here](./anticaptcha_examples). Full examples you can find [here](./anticaptcha_examples).