Project Environment
- Install Python 3.9
- Configure virtual environment python3.9 -m venv mfe_venv_09 Activate virtual environment (Mac): source mfe_venv_09/bin/activate Activate virtual environment (Windows) mfe_venv_09\Scripts\activate x deactivate
- Install all the required packages pip install -r requirements.txt brew install tcl-tk
- Pyinstaller packaging command: pyinstaller ./main.spec
Common commands for development: # save dependent pip freeze > requirements.txt
TODO: update core package exe file