Compare commits

..

1 Commits

Author SHA1 Message Date
Yann Autissier b7cf19023b fix install 2022-07-25 20:17:26 +00:00
1 changed files with 5 additions and 4 deletions

View File

@ -92,10 +92,11 @@ install_requirements() {
echo "###########################"
echo 'export PATH=$PATH:$HOME/.local/bin' >> ~/.bashrc && source ~/.bashrc; echo ">>> PATH=$PATH"
python3 -m pip install -U pip
python3 -m pip install -U setuptools wheel
python3 -m pip install -U cryptography Ed25519 base58 google duniterpy pynacl pgpy gpg
python3 -m pip install -U pycairo nicotine-plus silkaj
python3 -m pip install -U protobuf==3.19.0
python3 -m pip install setuptools wheel
python3 -m pip install cryptography Ed25519 base58 google duniterpy pynacl pgpy gpg
python3 -m pip install pycairo
python3 -m pip install nicotine-plus silkaj
python3 -m pip install protobuf==3.19.0
if [[ "$USER" == "pi" ]]; then ## PROPOSE QR_CODE PRINTER SUR RPI
echo "Ambassade? Souhaitez vous ajouter imprimante 'brother_ql'? Saisissez OUI, sinon laissez vide et tapez sur ENTRER"