Skip to content

Latest commit

 

History

History
38 lines (29 loc) · 1.77 KB

File metadata and controls

38 lines (29 loc) · 1.77 KB

crawlers

Using Guide

  • Step1: install the package into your python environment:

python setup.py install 
  • Step2: setting up your local_settings.py in the bin/ and /dev-ipynbs folders

cp .example.local_settings.py bin/local_settings.py

Development Guide:

  • Step 0: start mongo by docker

docker-compose up -d