Files
proxy-scraper-checker/start.sh
T

8 lines
177 B
Bash
Raw Normal View History

2022-10-16 15:52:23 +03:00
#!/bin/sh
2024-01-25 14:26:39 +03:00
set -eu
python3 -m venv --upgrade-deps .venv
2024-11-27 08:50:19 +03:00
.venv/bin/python3 -m pip install -U --disable-pip-version-check --editable .
2024-01-21 17:45:01 +00:00
.venv/bin/python3 -m proxy_scraper_checker