Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 371 Bytes

README.md

File metadata and controls

25 lines (18 loc) · 371 Bytes

zhs-marketplace-crawler

Installation for dev

Works with python 3.8. Create new env with mangager of your choice. Mine is conda:

conda create --name zhs python=3.8
pip install -r requirements.txt

Build for productivity

git clone <repo>
cd <repoPath>
docker build -t zhs-checker .

Run

docker run -v $PWD:/etc/zhs zhs-checker