Hardware Software List
Hardware Software List
proprietary,
If
Software can code Download
proprietary,
Chapter required testing be links to Hardware
Free/Proprietary then cost of OS required
number (With performed the specifications
the
version) using a software
software
trial
version
https://
www.
Python System with Linux,
1-10 Free - - python.
3.7 org/ 4GB RAM OSX, or Windows
downloads/
https://
www.
System with Linux, OSX, or
10 Docker Free - - docker.
4GB RAM Windows.
com/get-
started
The steps should be listed in a way that it prepares the system environment to be able to
test the codes of the book.
1. Python
1. (for OSX or Windows): Download the image of Python from the
provided, link, extract, and follow the installation steps of the wizard.
2. After a successful installation, opening a terminal and typing
python3 should launch the Python interpreter
2. For Linux, the Python interpreter automatically comes installed with most of the
distributions, and in case it's not, it can be downloaded from the package
manager for your distribution.
3. Create a virtual environment, and once activated run the following command:
make setup
This will install the common dependencies. Besides this, each chapter might have
additional ones, for which another make setup will have to be run inside that
particular directory. Each chapter has its corresponding directory given by its
number.