Skip to content

Commit

Permalink
a bit fix description
Browse files Browse the repository at this point in the history
  • Loading branch information
nakagami committed Sep 5, 2024
1 parent dbe4558 commit ac71e02
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -50,14 +50,15 @@ Install pycryptodome(depending on a situation)

# pip install pycryptodome

If you use caching_sha2_password authentication plugin
and connect with 'not ssl and not unix_socket' you shoud install pycryptodome.
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 ...

::

ModuleNotFoundError: No module named 'Crypto'

you shoud install pycryptodome.

Install pyzstd (compress="zstd")
++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Expand Down

0 comments on commit ac71e02

Please sign in to comment.