diff --git a/ReadMe.md b/ReadMe.md index a804b28..007d4ba 100644 --- a/ReadMe.md +++ b/ReadMe.md @@ -1,4 +1,6 @@ # Levitation Control Repository This Repo contains the code and data from sensor calibration as well as arduino code for 4-point control on the 2-yoke test rig in the ```PIDTesting-2yoke4coil``` directory. -This code is property of Texas Guadaloop, a student-led hyperloop team from the University of Texas at Austin. \ No newline at end of file +This code is property of Texas Guadaloop, a student-led hyperloop team from the University of Texas at Austin. + +To be able to run all python files in the repo, run ```pip install -r requirements.txt``` \ No newline at end of file diff --git a/requirements.txt b/requirements.txt new file mode 100644 index 0000000..7cdcf2f --- /dev/null +++ b/requirements.txt @@ -0,0 +1,14 @@ +contourpy==1.3.3 +cycler==0.12.1 +fonttools==4.60.1 +kiwisolver==1.4.9 +matplotlib==3.10.7 +mpmath==1.3.0 +numpy==2.3.5 +packaging==25.0 +pillow==12.0.0 +pyparsing==3.2.5 +python-dateutil==2.9.0.post0 +scipy==1.16.3 +six==1.17.0 +sympy==1.14.0