使用Python实现区块链,探索区块链原理(1-环境准备)

in #blockchain6 years ago (edited)
  1. 准备python环境

下载python3.6版本:python.org

2.创建项目目录

mkdir lesson1

3.安装pip

sudo easy_install pip

4.安装pipenv运行环境

sudo python3 -m pip install pipenv

5.初始化运行环境

pipenv --python=python3.6

6.安装Flask

pipenv install flask==0.12.2

7.安装requests

pipenv install requests==2.18.4

Sort:  

Congratulations @mithril.yng! You received a personal award!

1 Year on Steemit

Click here to view your Board

Support SteemitBoard's project! Vote for its witness and get one more award!

Congratulations @mithril.yng! You received a personal award!

Happy Birthday! - You are on the Steem blockchain for 2 years!

You can view your badges on your Steem Board and compare to others on the Steem Ranking

Vote for @Steemitboard as a witness to get one more award and increased upvotes!

Coin Marketplace

STEEM 0.24
TRX 0.11
JST 0.032
BTC 61166.56
ETH 2987.63
USDT 1.00
SBD 3.71