Skip to content

Latest commit

 

History

History
28 lines (15 loc) · 636 Bytes

install.rst

File metadata and controls

28 lines (15 loc) · 636 Bytes

Installing HDWallet

The easiest way to install HDWallet is via pip:

$ pip install hdwallet

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

$ pip install git+git://github.com/meherett/python-hdwallet.git

For the versions available, see the tags on this repository.

Development

We welcome pull requests. To get started, just fork this github repository, clone it locally, and run:

$ pip install -e . -r requirements.txt