appendix A Technical requirements

 

This appendix describes how to install the software used in this book.

A.1 Cloning the GitHub repository

To clone the GitHub repository for the book on your local machine, you can adopt one of the following two strategies:

  • Using the terminal
  • Using GitHub Desktop

A.1.1 Using the terminal

To clone the GitHub repository for the book from the command line, follow these steps:

  1. Install the Git suite (https://git-scm.com/downloads), if you do not have it yet.
  2. Open the terminal on your computer.
  3. Navigate to the directory where you want to clone the repository.
  4. Run the command git clone https://github.com/alod83/Data-Storytelling-with-Altair-and-AI/tree/main.
  5. Wait for the repository to be cloned to your local machine.

A.1.2 Using GitHub Desktop

To clone the GitHub repository for the book from GitHub Desktop, follow these steps:

  1. Download and install GitHub Desktop from their official website: https://desktop.github.com/.
  2. Launch GitHub Desktop.
  3. Sign in to your GitHub account or create a new account if needed.
  4. Click the File menu, and select Clone Repository.
  5. In the Clone a Repository window, choose the URL tab.
  6. Enter the repository URL (https://github.com/alod83/Data-Storytelling-with-Altair-and-AI/tree/main) in the Repository URL field.
  7. Choose the local path where you want to clone the repository.
  8. Click the Clone button.
  9. Wait for GitHub Desktop to clone the repository to your local machine.

A.2 Installing the Python packages

A.3 Installing GitHub Copilot

A.4 Configuring ChatGPT