If you don't have python on your machine, download Python 3.7. https://www.python.org/downloads/release/python-377/
Install jupyterlab to be able to run the notebook. https://jupyter.org/install
pip install jupyterlabInstall the project dependencies.
pip install requirements.txt -rjupyter notebook '.\Control System GUI.ipynb'python ./transfer_function.pypython ./animate.py- constants.py => where you can find the inputs for the project
- transfer_function.py => where you can find the information for controls
- animate.py => where you can find the functions used to animate
- Control System GUI.ipync => Jupyter Notebook for running the GUI/Animation