Skip to content

Commit

Permalink
aktualizacja dokumentacji i plikow paczki
Browse files Browse the repository at this point in the history
  • Loading branch information
tom-sapletta-com committed Oct 18, 2024
1 parent 7ada9dd commit 75d112f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 2 additions & 0 deletions install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
4 changes: 3 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,6 @@ pyparsing
matplotlib
numpy
pyyaml
graphviz
graphviz
setuptools
wheel

0 comments on commit 75d112f

Please sign in to comment.