Pipenv

作者: 已不再更新_转移到qiita | 来源:发表于2018-04-17 09:26 被阅读10次

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

此货有坑


参考:

https://zhuanlan.zhihu.com/p/32913361

相关文章

网友评论

      本文标题:Pipenv

      本文链接:https://www.haomeiwen.com/subject/ydnekftx.html