From 58604fd3c30306ee183e8ec5aa502eb0251918d6 Mon Sep 17 00:00:00 2001 From: Veer Bajaj Date: Tue, 17 Mar 2026 16:23:35 -0700 Subject: [PATCH 1/2] Update README.md --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 913bc45..5b4edb9 100644 --- a/README.md +++ b/README.md @@ -5,19 +5,19 @@ This project can be used to signal your robot during autonomous mode using compu To run the program, simply install the dependencies listed below (if using Linux or Mac OS X, you can get these packages via apt or homebrew). Then, double click the cheesyvision.py icon to launch the program (if you want it to communicate with your robot, edit the source code so that it tries to connect to your teams' cRIO). -##Requirements +## Requirements -1. ####Python 2.7 +1. #### Python 2.7 - Installers found at: https://www.python.org/download/ - 32 bit: https://www.python.org/ftp/python/2.7.6/python-2.7.6.msi - 64 bit: https://www.python.org/ftp/python/2.7.6/python-2.7.6.amd64.msi -2. ####Numpy +2. #### Numpy - Installers found at: http://www.lfd.uci.edu/~gohlke/pythonlibs/#numpy - 32 bit: https://www.dropbox.com/s/aeusld7lffrawgy/numpy-MKL-1.8.1.win32-py2.7.exe - 64 bit: https://www.dropbox.com/s/qzezri6zlteozqe/numpy-MKL-1.8.1.win-amd64-py2.7.exe -3. ####OpenCV +3. #### OpenCV - Installers found at: http://www.lfd.uci.edu/~gohlke/pythonlibs/#opencv - 32 bit: https://www.dropbox.com/s/lb3kkrht0g63nkc/opencv-python-2.4.8.1.win32-py2.7.exe - 64 bit: https://www.dropbox.com/s/t6qs8yde326grf4/opencv-python-2.4.8.1.win-amd64-py2.7.exe From 9a41de149adf468744919266c9b7864448b16430 Mon Sep 17 00:00:00 2001 From: Veer Bajaj Date: Tue, 17 Mar 2026 16:38:29 -0700 Subject: [PATCH 2/2] Update headings in README for requirements section --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 5b4edb9..9f47b09 100644 --- a/README.md +++ b/README.md @@ -7,17 +7,17 @@ To run the program, simply install the dependencies listed below (if using Linux ## Requirements -1. #### Python 2.7 +1. ### Python 2.7 - Installers found at: https://www.python.org/download/ - 32 bit: https://www.python.org/ftp/python/2.7.6/python-2.7.6.msi - 64 bit: https://www.python.org/ftp/python/2.7.6/python-2.7.6.amd64.msi -2. #### Numpy +2. ### Numpy - Installers found at: http://www.lfd.uci.edu/~gohlke/pythonlibs/#numpy - 32 bit: https://www.dropbox.com/s/aeusld7lffrawgy/numpy-MKL-1.8.1.win32-py2.7.exe - 64 bit: https://www.dropbox.com/s/qzezri6zlteozqe/numpy-MKL-1.8.1.win-amd64-py2.7.exe -3. #### OpenCV +3. ### OpenCV - Installers found at: http://www.lfd.uci.edu/~gohlke/pythonlibs/#opencv - 32 bit: https://www.dropbox.com/s/lb3kkrht0g63nkc/opencv-python-2.4.8.1.win32-py2.7.exe - 64 bit: https://www.dropbox.com/s/t6qs8yde326grf4/opencv-python-2.4.8.1.win-amd64-py2.7.exe