Simulate the behaviour of graphs with weighted vertices and spring edges as physical objects.
- cd into the folder you want to clone the project in and run
git clone https://github.com/alexrosen45/the-graph-project
In the same directory, run the following commands
pip install virtualenv
cd the-graph-project
virtualenv env
.\env\scripts\activate
pip install requirements.txt
python main.py
To deactivate the virutal environment, use the command deactivate
or exit the terminal.
Everything runs from main
in main.py
.
Make a pull request here.