Skip to content

dylanlytle/financial-plans

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages