1
0
mirror of https://github.com/konpa/devicon.git synced 2025-01-16 13:08:14 +01: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
commit ca28c77944
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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