1
0
mirror of https://github.com/konpa/devicon.git synced 2025-01-29 03:18:01 +01:00

Fix code block style

This commit is contained in:
Fatih Baltaci 2024-09-04 03:15:35 -07:00 committed by GitHub
parent 6910f0503e
commit 41c6828718
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
```