-
Run the following command in the terminal to list the number of installed packages:
pip list. How many packages do you see installed? (HINT: remember thewccommand from the intro to unix lecture) -
Create a new virtual environment in a new directory called
venv. What command did you use? -
Activate the new environment and install the packages listed in requirements.txt. How many packages are installed now?
-
Leave the virtual environment you activated. What command did you use?
This repository was archived by the owner on Dec 22, 2025. It is now read-only.