Update Install.md

This commit is contained in:
Florian BEZANNIER
2022-04-03 11:25:49 +02:00
committed by GitHub
parent 63ff23eb34
commit 2a81f53830
+3 -3
View File
@@ -13,17 +13,17 @@
```
- For everyone :
```pip3 install -r requirements.txt```
```pip3 install psa-car-controller```
1.3 start the app:
Start the app with charge control enabled :
``python3 -m psa-car-controller --web-conf``
``psa-car-controller --web-conf``
At the first launch you will be asked to connect and give a code that you will receive by SMS and also give your pin code (the four-digit code that your use on the android app).
If it failed you can remove the file otp.bin and retry.
You can see all options available with :
``python3 -m psa_car_controller -h``
``psa_car_controller -h``