mirror of
https://github.com/EyeTrackVR/EyeTrackVR.git
synced 2025-09-26 23:09:28 +08:00
added proper requirements.txt file
Note - Must setup with venv checked off items in todo.yml
This commit is contained in:
parent
69b6863d49
commit
032878d731
BIN
RANSACApp/requirements.txt
Normal file
BIN
RANSACApp/requirements.txt
Normal file
Binary file not shown.
@ -6,21 +6,21 @@ STATE: ['TO_DO' = [], 'IN_PROGRESS' = [-],'DONE' = [x]]
|
|||||||
|
|
||||||
--------- HIGH PRIORITY ---------
|
--------- HIGH PRIORITY ---------
|
||||||
|
|
||||||
- [] hardware guide (parts list and wiring diagram)
|
- [x] hardware guide (parts list and wiring diagram)
|
||||||
|
|
||||||
- [] avatar set up guide
|
- [x] avatar set up guide
|
||||||
|
|
||||||
- [] flashing firmware guide
|
- [x] flashing firmware guide
|
||||||
|
|
||||||
- [] camera placement guide with correct and incorrect examples etc
|
- [] camera placement guide with correct and incorrect examples etc
|
||||||
|
|
||||||
- [] project aspirations and limits
|
- [] project aspirations and limits
|
||||||
|
|
||||||
- [] expanded FAQ.
|
- [x] expanded FAQ.
|
||||||
|
|
||||||
- [] expanded project description
|
- [x] expanded project description
|
||||||
|
|
||||||
- [] Re-vamp the wiki
|
- [x] Re-vamp the wiki
|
||||||
|
|
||||||
-------- LOW PRIORITY --------
|
-------- LOW PRIORITY --------
|
||||||
|
|
||||||
@ -28,7 +28,7 @@ STATE: ['TO_DO' = [], 'IN_PROGRESS' = [-],'DONE' = [x]]
|
|||||||
|
|
||||||
-------- Baseline Tasks --------
|
-------- Baseline Tasks --------
|
||||||
|
|
||||||
- [] Add everything to Github Pages - Add
|
- [x] Add everything to Github Pages - Add
|
||||||
|
|
||||||
- [] Optimize the code - Optimize
|
- [] Optimize the code - Optimize
|
||||||
|
|
||||||
@ -38,7 +38,7 @@ STATE: ['TO_DO' = [], 'IN_PROGRESS' = [-],'DONE' = [x]]
|
|||||||
|
|
||||||
- [] Test the code - Test
|
- [] Test the code - Test
|
||||||
|
|
||||||
- [] Document the code - Document
|
- [x] Document the code - Document
|
||||||
|
|
||||||
TO_DO_ITEMS:
|
TO_DO_ITEMS:
|
||||||
Done: false
|
Done: false
|
||||||
|
Loading…
Reference in New Issue
Block a user