Skip to content

Commit 9a5f01c

Browse files
Update README.MD
PyPi installation guide added.
1 parent 5cfa0df commit 9a5f01c

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,3 +46,14 @@ API returns Python dictionary object, where keys:
4646
* allow (0|1) - allow to publish or not, in other words spam or ham
4747
* comment (string) - server comment for requests.
4848
* id (string MD5 HEX hash) - unique request idenifier.
49+
50+
## Installing via PyPi
51+
Run the next command in the terminal:
52+
53+
```python
54+
pip install cleantalk-python-antispam
55+
```
56+
Then you can use Cleantalk class import:
57+
```python
58+
from cleantalk_python_antispam.cleantalk import CleanTalk
59+
```

0 commit comments

Comments
 (0)