Bitcoin Improvement Proposal
Source CodeDownload
  • Introduction
  • Installation
  • Quick Usage
  • Manual
    • No EC-Multiply
    • EC-Multiply
Powered by GitBook
On this page

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]
PreviousIntroductionNextQuick Usage

Last updated 6 months ago