umyelab / LabGym

Quantify user-defined behaviors.
GNU General Public License v3.0
64 stars 5 forks source link

Add simpler command to initiate LabGym #73

Closed rohansatapathy closed 10 months ago

rohansatapathy commented 10 months ago

To launch LabGym, we currently need to enter the Python interpreter and type two commands to initiate LabGym. Adding those two commands to a file called LabGym/__main__.py makes it so that we can use the single command python -m LabGym to start the app. This change maintains backwards compatibility with the old method, since the LabGym.gui module still exists.

I edited the README to reflect this simpler startup command, but I wasn't able to adjust the user guide, since it's a PDF file. Perhaps we can make this change in the next released version?