Using PIP
Lesson 1 of 1
  1. 1
    The Celebrity Match application we’re building requires a couple of Python packages to be installed. We’ll use these packages in our code To install the packages required for this project, we …
  2. 2
    Let’s make sure that the packages installed properly. The easiest way to check is by running the following command in the terminal: pip freeze This commands displays the installed Python pack…