Freeze Your Requirements (Exercise)
00:00
Inside the pip
exercises folder, install the rich
package, that’s rich
in your activated virtual environment. Then freeze all your requirements in a requirements.txt
file.
00:16
The important part here is that you install the rich
package into an activated virtual environment. Because if you don’t activate your virtual environment, you will install it into your system’s Python site-packages.
00:29
But you want to install the rich
package only into your virtual environment. So make sure to activate it first.
00:37 Now you can go on and solve this exercise on your own, and I will wait for you in the next lesson where you will see how I solve this exercise.
Become a Member to join the conversation.