RamyE / SFU_ML

SFU MSE ML Course Labs and Tools
MIT License
0 stars 3 forks source link

Default opener for main.py #24

Closed taffs08 closed 2 years ago

taffs08 commented 2 years ago

Hi Ramy, I'm trying to open the GUI , but my laptop changed the default opener of .py files to Notepad. Which progeram file should I assign as default opener so it to opens as required? issue

RamyE commented 2 years ago

You can follow the steps here https://github.com/RamyE/SFU_ML/blob/master/Ui_project/manual.md#23-run-but-dont-run-away Simply use python main.py but in the right folder, not the one in the screenshot. Also, you will need to have the virtual environment activated

taffs08 commented 2 years ago

Thanks, I was able to open it in the right folder.