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``