Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 485 Bytes

README.md

File metadata and controls

11 lines (8 loc) · 485 Bytes

SNA_Parking_Behavior

Script used in the Social Network Analysis course (Parking behavior Analysis, Project 12)

Install requirements

pip install -r requirements.txt

Help commands

python script_name --help

Dependencies

  • GraphViz: used to render graphs as PDF, PNG, SVG, etc. Should be installed separately, using your system's package manager, something similar (e.g., MacPorts), or from its source. (To be installed only if you want to export your graph.)