Update install.sh with apt-get update and upgrade pip packages

Co-authored-by: ShaYmez <76499782+ShaYmez@users.noreply.github.com>
This commit is contained in:
copilot-swe-agent[bot]
2025-12-13 01:51:01 +00:00
parent bffebd764a
commit bbe572e3c8
+2 -1
View File
@@ -1,6 +1,7 @@
#! /bin/bash
# Install the required support programs
apt-get update
apt-get install python3 python3-pip python3-dev libffi-dev libssl-dev cargo sed -y
pip3 install setuptools wheel
pip3 install --upgrade setuptools wheel
pip3 install -r requirements.txt