ADO2VMCrawler/README.md

11 lines
179 B
Markdown

apt-get update
apt-get install python3-dev python3-venv
python3 -m venv .venv
source ./venv/bin/activate
pip install -r requirements
playwright install-deps
playwright install