Technical requirements
See the requirements presented in Chapter 1. The additional technical requirements for the code discussed in this chapter are the following:
- For the State pattern section, install the
state_machinemodule, using the command:python -m pipinstallstate_machine. - For the Interpreter pattern section, install the
pyparsingmodule, using the command:python –m pipinstall pyparsing. - For the Template pattern section, install the
cowpymodule, using the command:python -m pipinstall cowpy.