Skip to content

Commit 28b1816

Browse files
committed
Updated README
1 parent b74f041 commit 28b1816

1 file changed

Lines changed: 6 additions & 3 deletions

File tree

README.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,9 @@ Right now, it can't do a lot, but at least it has these features:
2323
pip install py-incharge
2424
```
2525

26+
This package depends for login on `selenium`, which in turn requires a chrome-driver to be installed.
27+
Make sure you have such a driver installed. For more info, see the [installation docs](https://selenium-python.readthedocs.io/installation.html#drivers){:target="\_blank"} of `selenium`.
28+
2629
Or if you're feeling adventurous and want to build from source:
2730

2831
```bash
@@ -70,13 +73,13 @@ In order to work with this library you need 4 things:
7073
1. Your email. I really hope you know this one.
7174
2. Your password. Same.
7275

73-
These are your credentials you use to login at the [Vattenvall InCharge portal](https://myincharge.vattenfall.com/):
76+
These are your credentials you use to login at the [Vattenvall InCharge portal](https://myincharge.vattenfall.com/){:target="\_blank"}:
7477
![Vattenfall InCharge Login Page](./static/incharge_login_page.png)
7578

76-
3. The name of your charging station. After logging in to the portal you can find that here:
79+
3. The name of your charging station, something like `EVB-P1234567`. After logging in to the portal you can find that here:
7780
![Find station name](./static/find_station_name.png)
7881

79-
4. The RFID of your charging card. The RFID is something like '12345AB12345C67' (not the same as your card number, which is something like for example 'NL-NUO-A01234567-A'). You can your RFID here:
82+
4. The RFID of your charging card. The RFID is something like `12345AB12345C67` (not the same as your card number, which is something like for example `NL-NUO-A01234567-A`). You can your RFID here:
8083
![Find RFID](./static/find_rfid.png)
8184

8285
With these 4 variables (email, password, station name and RFID), you can use the package!

0 commit comments

Comments
 (0)