Update easy-fdmr.sh

merge-requests/1/head
Esteban Mackay Q 2 years ago
parent 8add7b3258
commit 8096ad7794

@ -58,8 +58,6 @@ rm get-pip.py
# Instalar paquetes en el entorno virtual
sudo apt install -y libssl-dev
python3 -m pip install --no-cache-dir --upgrade pip setuptools
python3 -m pip install --no-cache-dir --upgrade cryptography pyopenssl autobahn Twisted dmr_utils3 bitstring jinja2 MarkupSafe bitarray configparser aprslib attrs wheel service_identity pyOpenSSL mysqlclient tinydb ansi2html mysql-connector-python pandas xlsxwriter cursor pynmea2 maidenhead flask folium mysql-connector resettabletimer setproctitle requests libscrc Pyro5
# Instalar Rust y configurar versión
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y
@ -68,11 +66,8 @@ source $HOME/.cargo/env
rustup install 1.72.0
rustup default 1.72.0
# Crear archivo requirements.txt y instalar paquetes
#cat <<EOF | sudo tee /opt/requirements.txt
##############
#sudo pip install --no-cache-dir --upgrade -r /opt/requirements.txt
python3 -m pip install --no-cache-dir --upgrade pip setuptools
python3 -m pip install --no-cache-dir --upgrade cryptography pyopenssl autobahn Twisted dmr_utils3 bitstring jinja2 MarkupSafe bitarray configparser aprslib attrs wheel service_identity pyOpenSSL mysqlclient tinydb ansi2html mysql-connector-python pandas xlsxwriter cursor pynmea2 maidenhead flask folium mysql-connector resettabletimer setproctitle requests libscrc Pyro5
# Desactivar el entorno virtual
deactivate

Loading…
Cancel
Save

Powered by TurnKey Linux.