1
0
mirror of https://github.com/konpa/devicon.git synced 2025-08-14 02:24:04 +02:00

Merge pull request #2176 from IronBlood/fix/readme-code-block-syntax

docs(README): 🐛 fix the code block rendering in the section of Install Selenium
This commit is contained in:
Alex Canales
2024-04-06 23:59:44 -04:00
committed by GitHub

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