Session Ready
Exercise

Show package information

In this exercise, we will use the pip install command to install a local package called aadvark.

The requirements.txt file in the current working directory is already set up to install any local packages that can be found.

To confirm that the installation worked, and the pip show command to access information on the aadvark package.

The code in this exercise can be used as part of a script to set up a virtual environment and install local packages in any directory.

Instructions
100 XP
  • Run pip install to install the aadvark local package.
  • Use pip show obtain information on the aadvark package.