From 509313ce2d962583317be96da8956c7072c34046 Mon Sep 17 00:00:00 2001 From: KubMakCZ Date: Mon, 2 Feb 2026 14:46:20 +0100 Subject: [PATCH] requests poznamky --- 20_requests/poznamky.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/20_requests/poznamky.txt b/20_requests/poznamky.txt index 3a7e911..3861200 100644 --- a/20_requests/poznamky.txt +++ b/20_requests/poznamky.txt @@ -2,6 +2,6 @@ mkdir 20_requests cd 20_requests python -m venv .venv .venv\Scripts\activate -pip install requests -pip install termcolor -pip install pillow matplotlib \ No newline at end of file +(.venv) pip install requests +(.venv) pip install termcolor +(.venv) pip install pillow matplotlib \ No newline at end of file