1
00:00:00,000 --> 00:00:08,160
So it's time for a lab.

2
00:00:08,160 --> 00:00:11,400
In this lab, we are going to use a virtual environment.

3
00:00:11,400 --> 00:00:14,960
No worries if you don't know how to write a script in Python.

4
00:00:14,960 --> 00:00:16,680
This lab is more like a demo.

5
00:00:16,680 --> 00:00:18,879
If you know how to do it, feel free to do it.

6
00:00:18,879 --> 00:00:21,080
If not, just watch the lab solution

7
00:00:21,080 --> 00:00:24,400
and follow along to practice a little bit of Python.

8
00:00:24,400 --> 00:00:25,719
So here is the lab.

9
00:00:25,719 --> 00:00:29,480
First, you create and activate a Python virtual environment.

10
00:00:29,480 --> 00:00:32,439
Then, install the Colorama dependency in it.

11
00:00:32,439 --> 00:00:34,919
And run a short script using a built-in module

12
00:00:34,919 --> 00:00:37,160
and the installed package.

