jbmelander / jackfish

FLIR-labjack-flystim interface
0 stars 0 forks source link

Make an environment.yml #1

Closed markplitt closed 1 year ago

markplitt commented 2 years ago

pretty please

minseungchoi commented 2 years ago

haha yeah we should really do that. one of our next priorities

jbmelander commented 2 years ago

Can you elaborate? do you mean a config file to store camera / etc settings? Or do you mean an environment file to install python imports?

markplitt commented 2 years ago

An environment file to install python imports is more what I was looking for

jbmelander commented 2 years ago

I added a reqs.txt file, compatible with virtualenvs (the python supported environment feature) You can do: python3 -m venv name_of_environment_directory source name_of_environment_directory/bin/activate pi3p install -r jackfish/reqs.txt

The main things it will depend on are labjack-ljm, spinview and said python bindings, and pyqt5. Stay tuned for a labjack-free version - you can hack it now by just removing any calls to the object Jack() in main.py