We will be using our VS Code terminal to to run this code. Please make sure you have python3 installed on your machine. This also requires to make sure you have python installed on VS Code. Once python is installed and you have "BankersAlgorithm" downloaded you can simply run the code by clicking the button up top which says
Run Python File
Also, make sure that your terminal is completely clear before clicking: Run Python File
Since this program uses the numpy library, also make sure you have that library downloaded. If you do not you can run the following command in your terminal to download it.
pip install numpy
Once it have finished downloading you can run the following command to make sure it was fully downloaded:
pip show numpy