Skip to content

Instantly share code, notes, and snippets.

@prpatel
Last active August 30, 2018 16:45
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save prpatel/79c3e40008bef37d3f63c3ec70f24345 to your computer and use it in GitHub Desktop.
Save prpatel/79c3e40008bef37d3f63c3ec70f24345 to your computer and use it in GitHub Desktop.

PLEASE SETUP YOUR COMPUTER BEFORE COMING TO THE WORKSHOP ON WEDNESDAY MORNING!

Please follow these instructions to setup your machine for the BlockchainConf.Tech Full Day Blockchain Workshop on Wednesday Sept 5th

Checklist: Make sure you have Git Download Python 3.6+, Flash and requests library and pip. (earlier version have an issue with certain functionality of Flask, so please use 3.6 or above).

Python (3.6+): Install Python 3.6+

https://www.python.org/downloads/

Install pip (if not installed already by Python) Install Flask and Requests libraries. Run this from the command line once you've installed Python 3.6:

pip install Flask==0.12.2 requests==2.18.4

IDE (preferably PyCharm): Install PyCharm or any other IDE (VsCode) .. (Community edition)

Pycharm Download

HTTP client (Preferably postman): Finally a HTTP client like Postman or Curl? Postman: Postman download

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment