Skip to content

Latest commit

 

History

History
10 lines (9 loc) · 468 Bytes

setup.md

File metadata and controls

10 lines (9 loc) · 468 Bytes

Steps to run :

  1. Install Python on your system -> https://www.python.org/downloads/
  2. Check if Python was successfully installed on your system. Execute the command -> $ python --version
  3. Download all Python dependencies using the command -> $ pip install -r requirements.txt