Update README.md

Fixed typo.
This commit is contained in:
Julia P 2024-04-23 11:57:15 +02:00 committed by GitHub
parent 294a95f121
commit 2af14f0272
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -30,9 +30,11 @@ source venv/bin/activate
You can install the Python bindings using pip:
```bash
pip install lime-driver
pip install limedriver
```
---
Alternatively you can clone the repository and install the Python bindings from source:
```bash