mirror of
https://github.com/ShaYmez/HBMonv2.git
synced 2026-08-14 07:34:03 -04:00
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:
+2
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user