Skip to content

Commit 7477742

Browse files
author
Abhinav Verma
authored
Update README.md
1 parent 66e89e4 commit 7477742

File tree

1 file changed

+15
-1
lines changed

1 file changed

+15
-1
lines changed

README.md

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,15 @@
1-
# Maximum-Bandwidth-Path-Graph-Algorithm
1+
# Maximum-Bandwidth-Path-Graph-Algorithm
2+
3+
## Installation
4+
5+
**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

Comments
 (0)