From 75d112f7a86cf708a0d825a2946b6de1c07f1edc Mon Sep 17 00:00:00 2001 From: Tom Sapletta Date: Fri, 18 Oct 2024 20:31:58 +0200 Subject: [PATCH] aktualizacja dokumentacji i plikow paczki --- install.sh | 2 ++ requirements.txt | 4 +++- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/install.sh b/install.sh index ac3dfa9..3756a27 100644 --- a/install.sh +++ b/install.sh @@ -26,6 +26,8 @@ source venv/bin/activate || error "Failed to activate virtual environment" echo "Upgrading pip..." pip install --upgrade pip || error "Failed to upgrade pip" +pip install -U pip setuptools wheel + # Install Python dependencies echo "Installing Python dependencies..." pip install -r requirements.txt || error "Failed to install Python dependencies" diff --git a/requirements.txt b/requirements.txt index a1cfb06..a8600d0 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,4 +2,6 @@ pyparsing matplotlib numpy pyyaml -graphviz \ No newline at end of file +graphviz +setuptools +wheel \ No newline at end of file