We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5cfa0df commit 9a5f01cCopy full SHA for 9a5f01c
1 file changed
README.md
@@ -46,3 +46,14 @@ API returns Python dictionary object, where keys:
46
* allow (0|1) - allow to publish or not, in other words spam or ham
47
* comment (string) - server comment for requests.
48
* 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
58
+from cleantalk_python_antispam.cleantalk import CleanTalk
59
0 commit comments