Skip to content

jpt1729/PreMA-graph-theory-code

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Graph Theory

Here is my way of visualizing graphs in my graph theory research


Install/Setup

# Create a virtual environment
python3 -m venv env

# source /path/to/venv/bin/activate
# e.g. source virtualenvname/bin/activate

# On Unix or MacOS, using the csh shell:
source /path/to/venv/bin/activate.csh

# On Unix or MacOS, using the fish shell:
source /path/to/venv/bin/activate.fish

# On Windows using the Command Prompt:
path\to\venv\Scripts\activate.bat

# On Windows using PowerShell:
path\to\venv\Scripts\Activate.ps1

# Install packages
pip install -r requirements.txt

Credit: John Tan-Aristy

About

My code for PreMA Graph Theory

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages