We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d3ff066 commit f5b3913Copy full SHA for f5b3913
1 file changed
README.md
@@ -18,8 +18,8 @@
18
On a **Raspberry Pi**, run:
19
```bash
20
sudo apt update
21
-sudo apt install python3 python3-pip chromium-chromedriver
22
-pip3 install selenium requests
+sudo apt install -y chromium-browser chromium-chromedriver
+pip install requests selenium beautifulsoup4 urllib3
23
```
24
25
### **2️⃣ Clone This Repository**
0 commit comments