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