Closed pfaion closed 4 years ago
This is working on Windows with the glfw3.dll removed and on Linux with libglfw3 uninstalled from apt.
Unfortunately, I do not have a 1+6 at home, but the installation went smoothly and the app starts correctly on macOS without brewed glfw.
This PR intends to clean up the dependency setup with the multiple requirements.txt files and fixes missing dependencies for Windows. This is a result of the discussion in #21
Relevant Changes
Additional Notes
Since PEP508 all the required options can be handled via
install_requires
:@papr @romanroibu can one of you test if this works on macOS? As in:
pip install .
orpip install -e .
from this repo.pupil_invisible_monitor
, make sure the app starts and you get an image from a PI.I'll leave this as a draft for now. If it works,I'll adjust the related documentation as well in here and delete the requirements files.