1
0
mirror of https://github.com/konpa/devicon.git synced 2025-01-17 05:28:13 +01:00

docs(README): 🐛 fix the code block rendering in the section of Install Selenium

This commit is contained in:
IronBlood 2024-04-05 22:44:36 +08:00
parent 8055bdf4f2
commit abf30244e1
No known key found for this signature in database
GPG Key ID: C937AD3CBF3989F8

View File

@ -270,6 +270,7 @@ https://www.python.org/downloads/
> Make sure your Python install includes [pip](https://pypi.org/project/pip/)
<h3>Install Selenium</h3>
```bash
python3 -m pip install --upgrade pip && pip install selenium==4.1.0 requests==2.25.1
```