Skip to content

Latest commit

 

History

History
26 lines (19 loc) · 435 Bytes

README.md

File metadata and controls

26 lines (19 loc) · 435 Bytes

codana

Dependencies

  • python 2.7 or higher
  • python-matplotlib
  • python-numpy
  • python-networkx

These packages are all available through most Linux package managers.

Debian-based:

  sudo apt-get install python \ # python is pre-installed by default
    python-matplotlib \
    python-numpy  \
    python-networkx

Run the Demo

creategraph.py is needed by the main analysis code

  python AnalysisDemo.py