diff --git a/requirements.txt b/requirements.txt new file mode 100644 index 0000000000000000000000000000000000000000..13e2308bea66681d6f45fa7a3644e309b381e6a6 --- /dev/null +++ b/requirements.txt @@ -0,0 +1,14 @@ +# Run via "pip install -r requirements.txt" while in the base project directory. + + +# -- Python Libraries -- +# Numpy and related packages. +scipy +numpy +# Core Graph Library. +networkx +# Library to Visually Render Graphs. +matplotlib + + +# -- Pip Freeze: $ pip freeze -r requirements.txt --