yangyuan avatar

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

mithril.yng

Published: 16 May 2018 › Updated: 16 May 2018使用Python实现区块链,探索区块链原理(1-环境准备)

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

  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

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

Written by

Read more #blockchain posts


Best Posts From yangyuan

We have not curated any of mithril.yng's posts yet. But you can encourage our curation team to review posts by visiting them regularly and by referring other readers. Because we give priority to frequently read content.

More Posts From yangyuan