Installation

The easiest way to install bip38 is via pip:

pip install bip38

If you want to run the latest version of the code, you can install from the git:

pip install git+git://github.com/talonlab/python-bip38.git

Development

To get started, just fork this repo, clone it locally, and run:

pip install -e .[tests,docs]

Last updated