feat(cli): adding terminal command scrapling install

Instead of making users install browsers by themself
This commit is contained in:
Karim shoair
2024-12-26 19:46:22 +02:00
parent 2006be2173
commit 03b52aa74c
4 changed files with 48 additions and 0 deletions
+2
View File
@@ -5,3 +5,5 @@ skips:
- B410
- B113 # `Requests call without timeout` these requests are done in the benchmark and examples scripts only
- B403 # We are using pickle for tests only
- B404 # Using subprocess library
- B602 # subprocess call with shell=True identified