Skip to content

Latest commit

 

History

History
6 lines (4 loc) · 167 Bytes

README.md

File metadata and controls

6 lines (4 loc) · 167 Bytes

install python 3

  • Create a virtual environment: python -m venv .venv
  • Install dependencies: pip install -r requirements.txt
  • Run the app: python starmap.py