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

Merge pull request #2260 from fatihbaltaci/patch-1

Fix code block style
This commit is contained in:
Alex Canales
2024-09-07 21:37:50 -04:00
committed by GitHub

View File

@@ -264,6 +264,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
```