You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
**Mac OS X**: A version of Python is already installed.
6
+
**Windows**: You will need to install one of the 2.x versions available at [python.org](http://www.python.org/getit/).
7
+
8
+
9
+
## Usage information
10
+
11
+
1. Download the [ZIP package](https://github.com/abhi-verma/Maximum-Bandwidth-Path-Graph-Algorithm/archive/master.zip) and unzip it.
12
+
2. Run the file: main.py by executing the following command:
13
+
**python main.py**
14
+
* Most of the scripts will run by simply typing 'python' followed by the file name of the script, e.g. `python theScript.py`.
15
+
* If the script is in a different directory from which you are trying to run it, you will need to provide the full path to the script’s file, e.g. 'python /Users/myself/foldername/theScript.py'.
0 commit comments