Tutorial Week 1 (1)
Tutorial Week 1 (1)
Expected Outcome
A virtual environment is a self-contained directory that allows you to install Python libraries for
a specific project without affecting the global Python environment.
Pip is a package manager for Python that allows you to install and manage additional libraries.
7. Challenge