Skip to content

Commit

Permalink
Merge pull request #6 from SkyPhilHome/master
Browse files Browse the repository at this point in the history
Remove pip3 version number from install
  • Loading branch information
pipolaq authored Jun 14, 2024
2 parents 7c23b4d + 66f0c16 commit 79ca7c3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions _config_.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,5 @@
_MCZ_device_serial = "xxxxxxxxxxxxx" # n° de série du pôele
_MCZ_device_MAC = "xxxxxxxxxxxx" # MAC du pôele
_MCZ_App_URL = "http://app.mcz.it:9000" # URL du server MCZ
_VERSION = '1.5' # Version
_AUTHOR = 'Anthony L.' # Auteur
_VERSION = '1.6' # Version
_AUTHOR = 'Pipolaq(Anthony L.)' # Auteur
4 changes: 2 additions & 2 deletions install
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ fi
echo "Installation des dépendances"
pip3 install paho-mqtt
pip3 install websocket-client
pip3 install python-socketio==5.0.3
pip3 install python-engineio==3.14.2
pip3 install python-socketio
pip3 install python-engineio
echo "Copie des fichiers necessaires"
if [ ! -d "/opt/maestro/" ];then
mkdir /opt/maestro/
Expand Down

0 comments on commit 79ca7c3

Please sign in to comment.