A demonstration of interesting technical topics in Bitcoin.
- Windows: https://www.python.org/ftp/python/3.6.2/python-3.6.2-amd64.exe
- Mac OS X: https://www.python.org/ftp/python/3.6.2/python-3.6.2-macosx10.6.pkg
- Linux: see your distro docs
Download this script: https://bootstrap.pypa.io/get-pip.py
Run (you may need to specify python3 if you also have python2 installed)
$ python get-pip.py
https://git-scm.com/downloads
$ git clone https://github.com/jnewbery/bitcoin_for_hackers
$ cd bitcoin_for_hackers
$ python3 -m venv .venv
$ . .venv/bin/activate
(.venv) $ pip install -r requirements.txt
> .venv\Scripts\activate.bat
> pip install -r requirements.txt
(.venv) $ jupyter notebook