Skip to content

Latest commit

 

History

History
27 lines (22 loc) · 734 Bytes

README.md

File metadata and controls

27 lines (22 loc) · 734 Bytes

Loyola Schools Buildings Network

Code used to create and analyze the graph network for the 13 buildings (with classrooms) in the Loyola Schools.

For use in the Math 10 (Mathematics in the Modern World) final project.

Usage

Requirements

  1. Python 3
  2. graphviz
  3. NetworkX

Steps

  1. Navigate to your directory of choice then clone the repository:

    git clone /~https://github.com/axl2468/math10_building_graphs.git

    Alternatively you can simply download the code directly from the github website.

  2. Install the required libraries through:

    pip install -r requirements.txt
  3. Modify the main.py code to your liking, then run the file:

    python3 main.py