Skip to content

Latest commit

 

History

History
30 lines (20 loc) · 455 Bytes

README.md

File metadata and controls

30 lines (20 loc) · 455 Bytes

Python for Production

Install all dependencies

  • Make you're using Python version >= 3.9.0
  • Install all the modules
pip install -r requirements.txt

Generate data

Generate test data (useful for unit testing code)

python generate_data.py --type tst

Generate small data (useful for quick testing of logic)

python generate_data.py --type sml

Generate big data (actual data)

python generate_data.py --type bg