Pipenv
pipenv shell
pipenv install
#从github下载源码
pipenv install -e git+https://github.com/alecalve/python-bitcoin-blockchain-parser#egg=blockchain_parser
pipenv install -e git+https://github.com/ethereum/pyethereum.git@develop#egg=pyethereum
pipenv install -e git+https://github.com/ethereum/web3.py.git@v3.16.5#egg=web3
pip3 install git+https://github.com/ethereum/pyrlp.git@master
此货有坑
参考:
网友评论