Skip to content

Latest commit

 

History

History
30 lines (25 loc) · 711 Bytes

README.md

File metadata and controls

30 lines (25 loc) · 711 Bytes

financial-plans

Requirements

If you intend to build the app from source or contribute to the project, you will need the following tools (and their respective dependencies) installed:

For Mac OS may need to install pyinstaller through homebrew

brew install pyinstaller

Setup Info

Run the following to install all python package dependencies:

pip install -r requirements.txt

Build Info

To build executables run the following

pyinstaller --onefile main.spec

This will generate a new executable in dist

Running

You can run the program by calling python main.py.