HBMonv2/install.sh
copilot-swe-agent[bot] 80a2d1eaad Address code review feedback - remove unused venv and clarify README
Co-authored-by: ShaYmez <76499782+ShaYmez@users.noreply.github.com>
2025-12-13 02:47:55 +00:00

8 lines
273 B
Bash

#! /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 --upgrade setuptools wheel --break-system-packages
pip3 install -r requirements.txt --break-system-packages