mirror of
https://github.com/ShaYmez/HBMonv2.git
synced 2024-11-04 15:21:15 -05:00
b1b8a79bff
to solve the problem during installation of cryptography package for python3
7 lines
200 B
Bash
7 lines
200 B
Bash
#! /bin/bash
|
|
|
|
# Install the required support programs
|
|
apt-get install python3 python3-pip python3-dev libffi-dev libssl-dev cargo sed -y
|
|
pip3 install setuptools wheel
|
|
pip3 install -r requirements.txt
|