In this chapter, you'll need git, conda, and cookiecutter installed on your machine. The first two are included in the standard Anaconda distribution. To install cookiecutter, if you haven't already done so, run either of the following commands:
- conda install -c conda-forge cookiecutter
- pip install --user cookiecutter
The code for this chapter is available via the GitHub repository, in the Chapter09 folder (https://github.com/PacktPublishing/Learn-Python-by-Building-Data-Science-Applications).