Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 314 Bytes

File metadata and controls

21 lines (14 loc) · 314 Bytes

Getting start

THe idea is you can copy these scripts, and add them into your own repository to make your development faster.

  1. Create an env first
python -m venv venv
  1. Install the dependencies
pip install -r requirements.txt
  1. Run the script
python script_you_want.py