Technical requirements
You can install the free system virtualization tools that are mentioned in this chapter from the following sites:
- Vagrant:Â https://www.vagrantup.com
- Docker:Â https://www.docker.com
- VirtualBox: https://www.virtualbox.org/
The following are the Python packages that are mentioned in this chapter that you can download from PyPI:
poetry
flask
wait-for-it
watchdog
ipython
ipdb
Information on how to install packages is included in the Installing Python packages using pip section.
The code files for this chapter can be found at https://github.com/PacktPublishing/Expert-Python-Programming-Fourth-Edition/tree/main/Chapter%202.