Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 657 Bytes

Installation.md

File metadata and controls

18 lines (12 loc) · 657 Bytes

Pre-requisites

  • Python 3.8.1 (preferred)

We suggest using pyenv to easily manage python versions. Some of the following commands use pyenv. Use pyenv-installer for easy installation. Then add pyenv-virtualenv plugin to it.

Configuring a virtual environmennt with Electrum

  • Install and activate python 3.8.1 in the root directory

    • pyenv install 3.8.1
    • pyenv virtualenv 3.8.1 bitcoin-localcoinswap
    • pyenv local bitcoin-localcoinswap
  • Install project requirements

    • pip install -r requirements.txt

You're all set to hack!