Skip to content

Commit 7d16149

Browse files
author
Andrei
committed
Update README.md
1 parent 69c3433 commit 7d16149

1 file changed

Lines changed: 23 additions & 1 deletion

File tree

README.md

Lines changed: 23 additions & 1 deletion
Original file line numberDiff line numberDiff 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
3355
1. [Library usage examples && Docs](https://andreidrang.github.io/python3-captchaai/)
3456
2. [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
3860
1. On the page - https://dashboard.capsolver.com/overview/user-center
3961
2. Find it: ![img.png](files/img.png)

0 commit comments

Comments
 (0)