Browse Source

update repository

nas 3 years ago
parent
commit
0eb81be148
2 changed files with 7 additions and 2 deletions
  1. 1
    1
      staging/dev/INSTALL
  2. 6
    1
      staging/dev/README.md

+ 1
- 1
staging/dev/INSTALL View File

@@ -23,7 +23,7 @@ apt install git sqlite3 python3-pip python3-click python3-requests python3-netif
23 23
 Deploy pyHeatpump. Replace MONITORING_SERVER with the address of your server :
24 24
 ```
25 25
 mkdir /var/lib/pyheatpump
26
-echo 'pip3 install --upgrade git+https://git.yannweb.net/maxime-alves/pyHeatpump.git' > /var/lib/pyheatpump/pyheatpump_upgrade.sh
26
+echo 'pip3 install --upgrade git+https://git.yannweb.net/cli/pyHeatpump.git' > /var/lib/pyheatpump/pyheatpump_upgrade.sh
27 27
 chmod +x /var/lib/pyheatpump/pyheatpump_upgrade.sh
28 28
 /var/lib/pyheatpump/pyheatpump_upgrade.sh
29 29
 

+ 6
- 1
staging/dev/README.md View File

@@ -1,3 +1,8 @@
1 1
 # Dev environment
2 2
 
3
-This directory is dedicated to configure a dev environment. You could find installation instruction in the INSTALL file
3
+This directory is dedicated to configure a dev environment. You could find installation instruction in the INSTALL file
4
+To start a virtualize raspberry OS, execute the following command, where IMG is the downloaded img with pyHeatpump install on it :
5
+```
6
+sh start_vm.sh IMG
7
+```
8
+Be sure to have 

Loading…
Cancel
Save