Skip to content

Commit 6d2c64d

Browse files
authored
Update README.md
1 parent 74af6bf commit 6d2c64d

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

README.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,3 +50,24 @@ you can see and download test file **<a href="test/process_input_data.csv">here<
5050
<p align='right'>
5151
<img src="photos/output.png" alt="output" />
5252
</p>
53+
54+
55+
## Installation
56+
57+
_Below is an example of how you can clone and run project on your local._
58+
59+
1. Clone the repo
60+
```sh
61+
git clone https://github.com/Amir-Shamsi/cpu-scheduling-algorithm.git
62+
```
63+
2. Install requirement libraries
64+
```sh
65+
pip install -r requirement-libs.txt
66+
```
67+
3. Make a coffie and enjoy! ☕
68+
69+
<p align="right">
70+
(<a href="#top">back to top</a>)
71+
</p>
72+
73+

0 commit comments

Comments
 (0)