9 lines
307 B
Markdown
9 lines
307 B
Markdown
# Requirements
|
|
|
|
`apt install python3-pydantic python3-httpx python3-bs4 python3-tqdm locales-all && sudo locale-gen`
|
|
|
|
# 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`
|