1
0
mirror of https://github.com/konpa/devicon.git synced 2025-08-06 14:46:46 +02: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

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