There was an error while loading. Please reload this page.
1 parent 74af6bf commit 6d2c64dCopy full SHA for 6d2c64d
README.md
@@ -50,3 +50,24 @@ you can see and download test file **<a href="test/process_input_data.csv">here<
50
<p align='right'>
51
<img src="photos/output.png" alt="output" />
52
</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
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