Skip to content

Commit f24a701

Browse files
fixed install command
1 parent b946615 commit f24a701

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ systems may have errors that will require debugging.***
4848
### Linux (Ubuntu-based Systems)
4949
First install `Python 3` and `pip`:
5050
```commandline
51-
sudo apt python3 python3-dev python3-pip
51+
sudo apt install python3 python3-dev python3-pip
5252
```
5353
Next, we need to install Firefox and its corresponding `geckodriver` for headless Selenium searches:
5454
```commandline

0 commit comments

Comments
 (0)