2022-02-23 21:50:54 +01:00
|
|
|
# Requirements
|
2022-01-15 00:11:31 +01:00
|
|
|
|
2022-02-23 21:50:54 +01:00
|
|
|
`apt install python3-pydantic python3-httpx python3-bs4 python3-tqdm locales-all && sudo locale-gen`
|
2022-08-01 22:16:49 +02:00
|
|
|
|
|
|
|
# Windows build
|
|
|
|
1. install wine
|
|
|
|
2. create venv and `pip install .`
|
|
|
|
3. `wine pyinstaller --paths=venv/lib/python3.10/site-packages/ --collect-submodules=lxml --onefile scraperoog/scrape.py`
|