From 2a81f53830836d053b1b333068254adf0b37a98c Mon Sep 17 00:00:00 2001 From: Florian BEZANNIER <48728684+flobz@users.noreply.github.com> Date: Sun, 3 Apr 2022 11:25:49 +0200 Subject: [PATCH] Update Install.md --- docs/Install.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/Install.md b/docs/Install.md index 94bc53b..002b1d1 100644 --- a/docs/Install.md +++ b/docs/Install.md @@ -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``