- 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.
-
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!