File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -29,11 +29,33 @@ Or email python-captcha@pm.me
2929
3030***
3131
32+ ## How to install?
33+
34+ We recommend using the latest version of Python. ` python3-captchaai ` supports Python 3.7+.
35+
36+ ### pip
37+
38+ ``` bash
39+ pip install python3-captchaai
40+ ```
41+
42+ ### Source
43+ ``` bash
44+ git clone https://github.com/AndreiDrang/python3-captchaai.git
45+ cd python3-captchaai
46+ python setup.py install
47+ ```
48+
49+ ## How to test?
50+
51+ 1 . You need set `` API_KEY `` in your environment(get this value from you account).
52+ 2 . Run command `` make tests `` , from root directory.
53+
3254### Additional info
33551 . [ Library usage examples && Docs] ( https://andreidrang.github.io/python3-captchaai/ )
34562 . [ Capsolver errors list] ( https://captchaai.atlassian.net/wiki/spaces/CAPTCHAAI/pages/426145/ )
3557
3658
37- ### Get API Key to work with the library
59+ ### How to get API Key to work with the library
38601 . On the page - https://dashboard.capsolver.com/overview/user-center
39612 . Find it: ![ img.png] ( files/img.png )
You can’t perform that action at this time.
0 commit comments