InstallingΒΆ

You can install BIP39 Validator either from PyPI or directly from source on Github.

To install from PyPI:

pip3 install bip39validator

Alternatively, to install BIP39 Validator from source, head over to the Releases page, and download the version you want to install. Unzip the package, change into the newly created directory and then run:

python3 setup.py install