|
|
@ -2,6 +2,6 @@ mkdir 20_requests |
|
|
cd 20_requests |
|
|
cd 20_requests |
|
|
python -m venv .venv |
|
|
python -m venv .venv |
|
|
.venv\Scripts\activate |
|
|
.venv\Scripts\activate |
|
|
pip install requests |
|
|
|
|
|
pip install termcolor |
|
|
|
|
|
pip install pillow matplotlib |
|
|
|
|
|
|
|
|
(.venv) pip install requests |
|
|
|
|
|
(.venv) pip install termcolor |
|
|
|
|
|
(.venv) pip install pillow matplotlib |