/RI_project

Primary LanguagePythonGNU General Public License v3.0GPL-3.0

RI_project

  • python verson 3.8

    • HOw to create? use conda: conda create -n env python=3.8
  • install the required packages (in requirement.txt)

  • activate using conda activate env

  • generate the .ui file

     pyuic5 -o src/ui/main_window_ui.py src/ui/main.ui