We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dbe4558 commit ac71e02Copy full SHA for ac71e02
README.rst
@@ -50,14 +50,15 @@ Install pycryptodome(depending on a situation)
50
51
# pip install pycryptodome
52
53
-If you use caching_sha2_password authentication plugin
54
-and connect with 'not ssl and not unix_socket' you shoud install pycryptodome.
55
-It means that if the following error occur).
+If you use caching_sha2_password authentication plugin and connect with 'not ssl and not unix_socket',
+it means that if the following error occur ...
56
57
::
58
59
ModuleNotFoundError: No module named 'Crypto'
60
+you shoud install pycryptodome.
61
+
62
Install pyzstd (compress="zstd")
63
++++++++++++++++++++++++++++++++++++++++++++++++++++++++
64
0 commit comments